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