mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2025-07-01 09:23:09 +00:00
fix
This commit is contained in:
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user