mirror of
				https://github.com/geerlingguy/ansible-role-kubernetes.git
				synced 2025-11-01 01:19:25 +01:00 
			
		
		
		
	look for error in correct place
This commit is contained in:
		
							parent
							
								
									d5d3813f8c
								
							
						
					
					
						commit
						4e45b7e85d
					
				@ -110,7 +110,7 @@
 | 
			
		||||
  register: taint_removed
 | 
			
		||||
  until: >
 | 
			
		||||
    ("untainted" in taint_removed.stdout) or
 | 
			
		||||
    ("not found" in taint_removed.stdout)
 | 
			
		||||
    ("not found" in taint_removed.stderr)
 | 
			
		||||
  changed_when: "'untainted' in taint_removed.stdout"
 | 
			
		||||
  failed_when: false
 | 
			
		||||
  retries: 100
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user