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

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
file:
name: "{{ consul_ssl_path }}"