This commit is contained in:
		| @@ -75,7 +75,8 @@ | ||||
|     kubeconfig: "{{ kubeconfig.path }}" | ||||
|   register: patch_result | ||||
|   until: | ||||
|     - patch_result is not failed | ||||
|     - patch_result.changed is defined | ||||
|     - patch_result.changed is true | ||||
|   retries: "{{ playbook.retries }}" | ||||
|   delay: "{{ playbook.delay.short }}" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user