fix cryptography lib

This commit is contained in:
ace 2023-01-24 14:34:00 +03:00
parent b08ea85b59
commit 227cf3223a
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -3,7 +3,7 @@
block:
- name: CA and certs | Install cryptography library
dnf:
name: python-cryptography
name: "{{ 'python-cryptography' if ansible_facts['distribution_major_version'] == '7' else 'python3-cryptography' }}"
state: present
- name: CA and certs | Check if ssl gen dir exist