mirror of
				https://gitea.0xace.cc/ansible-galaxy/cacert.git
				synced 2025-11-03 22:07:24 +00:00 
			
		
		
		
	fix cryptography lib
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user