mirror of
https://gitea.0xace.cc/ansible-galaxy/cacert.git
synced 2025-06-08 02:51:12 +00:00
fix cryptography lib
This commit is contained in:
parent
b08ea85b59
commit
227cf3223a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user