fix playbook
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (push) Failing after 1m43s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Infrastructure / Check and run Ansbile playbooks (push) Failing after 1m43s
				
			This commit is contained in:
		| @@ -16,12 +16,13 @@ | |||||||
|       register: vm |       register: vm | ||||||
|     - name: Print VM data |     - name: Print VM data | ||||||
|       ansible.builtin.debug: |       ansible.builtin.debug: | ||||||
|         msg: "{{ vm }}" |         var: vm | ||||||
|     - name: Modify test-vm-2 |     - name: Modify test-vm-2 | ||||||
|  |       when: vm.vmid is defined | ||||||
|       module_defaults: |       module_defaults: | ||||||
|         community.general.proxmox_kvm: |         community.general.proxmox_kvm: | ||||||
|           vmid: "{{ vm.vmid }}" |           vmid: "{{ vm.vmid }}" | ||||||
|       tasks: |       block: | ||||||
|         - name: Wait for test-vm-2 to exist |         - name: Wait for test-vm-2 to exist | ||||||
|           community.general.proxmox_kvm: |           community.general.proxmox_kvm: | ||||||
|             state: current |             state: current | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user