mirror of
				https://gitea.0xace.cc/ansible-galaxy/cacert.git
				synced 2025-11-04 06:17:23 +00:00 
			
		
		
		
	fix cryptography lib
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
				
			|||||||
  block:
 | 
					  block:
 | 
				
			||||||
    - name: CA and certs | Install cryptography library
 | 
					    - name: CA and certs | Install cryptography library
 | 
				
			||||||
      dnf:
 | 
					      dnf:
 | 
				
			||||||
        name: python-cryptography
 | 
					        name: "{{ 'python-cryptography' if ansible_facts['distribution_major_version'] == '7' else 'python3-cryptography' }}"
 | 
				
			||||||
        state: present
 | 
					        state: present
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: CA and certs | Check if ssl gen dir exist
 | 
					    - name: CA and certs | Check if ssl gen dir exist
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user