Specify version of cryptography as well
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @ -17,9 +17,12 @@ | ||||
|     - name: Install dns-lexicon[gandi] system wide | ||||
|       become: true | ||||
|       pip: | ||||
|         name: dns-lexicon==3.3.19 | ||||
|         name: "{{ item }}" | ||||
|         executable: /usr/bin/pip3 | ||||
|         state: present | ||||
|       with_items: | ||||
|         - cryptography==2.8 | ||||
|         - dns-lexicon==3.3.19 | ||||
|  | ||||
|     - name: "Create {{ domain }} DNS entry" | ||||
|       gandi_dns: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user