Install dns-lexicon on the system properly
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is failing
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	continuous-integration/drone/push Build is failing
				
			This commit is contained in:
		| @ -8,12 +8,18 @@ | ||||
|         extensions: | ||||
|           - yml | ||||
|  | ||||
|     - name: Install Python system dependencies | ||||
|     - name: Prepare Python system dependencies | ||||
|       become: true | ||||
|       apt: | ||||
|         name: python3-lexicon | ||||
|         name: python3-pip | ||||
|         state: present | ||||
|  | ||||
|     - name: Install dns-lexicon[gandi] system wide | ||||
|       become: true | ||||
|       pip: | ||||
|         name: "dns-lexicon[gandi]==3.3.19" | ||||
|         executable: /usr/bin/pip3 | ||||
|  | ||||
|     - name: "Create {{ domain }} DNS entry" | ||||
|       gandi_dns: | ||||
|         gandi_rest_token: "{{ gandi_rest_token }}" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user