This commit is contained in:
ace 2023-02-10 00:57:18 +03:00
parent d29a686857
commit 19692b5d7f
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
2 changed files with 7 additions and 1 deletions

View File

@ -7,4 +7,4 @@
daemon_reload: yes daemon_reload: yes
when: when:
- not consul_setup.changed - not consul_setup.changed
- not consul_enable_and_start.changed" - not consul_enable_and_start.changed

View File

@ -1,3 +1,9 @@
- name: Install python3-cryptography as dependence
dnf:
name: python3-cryptography
state: present
when: ansible_facts['os_family'] == 'RedHat'
- name: Check if ssl dir exist - name: Check if ssl dir exist
file: file:
name: "{{ consul_ssl_path }}" name: "{{ consul_ssl_path }}"