mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2024-11-24 22:36:38 +00:00
fix
This commit is contained in:
parent
d29a686857
commit
19692b5d7f
@ -7,4 +7,4 @@
|
||||
daemon_reload: yes
|
||||
when:
|
||||
- not consul_setup.changed
|
||||
- not consul_enable_and_start.changed"
|
||||
- not consul_enable_and_start.changed
|
||||
|
@ -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
|
||||
file:
|
||||
name: "{{ consul_ssl_path }}"
|
||||
|
Loading…
Reference in New Issue
Block a user