Fix var reference;Fix task order;Fix block scalar
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -8,7 +8,7 @@ | ||||
|     dest: /etc/netplan/00-installer-config.yaml | ||||
|   vars: | ||||
|     _template: | ||||
|       macaddress: "{{ ansible_facts.ansible_facts.default_ipv4.macaddress }}" | ||||
|       macaddress: "{{ ansible_facts.default_ipv4.macaddress }}" | ||||
|       ipaddress: "{{ vapp['guestinfo.ipaddress'] }}" | ||||
|       prefixlength: "{{ vapp['guestinfo.prefixlength'] }}" | ||||
|       gateway: "{{ vapp['guestinfo.gateway'] }}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user