delete wait connection to localhost
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7m38s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 7m38s
				
			This commit is contained in:
		| @@ -5,19 +5,12 @@ | |||||||
|     - name: Debug |     - name: Debug | ||||||
|       ansible.builtin.debug: |       ansible.builtin.debug: | ||||||
|         msg: "{{ inventory_hostname }}" |         msg: "{{ inventory_hostname }}" | ||||||
|     - name: Wut |  | ||||||
|       ansible.builtin.shell: | |  | ||||||
|         apt update |  | ||||||
|         apt install -y iputils-ping |  | ||||||
|         ping -c 5 {{ inventory_hostname }} |  | ||||||
|       args: |  | ||||||
|         executable: /bin/bash |  | ||||||
|       delegate_to: localhost |  | ||||||
|     - name: Wait for connection |     - name: Wait for connection | ||||||
|       ansible.builtin.wait_for: |       ansible.builtin.wait_for: | ||||||
|         host: "{{ inventory_hostname }}" |         host: "{{ inventory_hostname }}" | ||||||
|         port: 22 |         port: 22 | ||||||
|         timeout: 300 |         timeout: 300 | ||||||
|  |       delegate_to: localhost | ||||||
|     - name: Test some stuff |     - name: Test some stuff | ||||||
|       ansible.builtin.shell: | |       ansible.builtin.shell: | | ||||||
|         touch ~/hmm |         touch ~/hmm | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user