Remove redundant conditional;Remove debugging;Fix module parameters;Fix var reference
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -75,10 +75,6 @@
|
||||
kubeconfig: "{{ kubeconfig.path }}"
|
||||
register: patch_result
|
||||
until:
|
||||
- patch_result.changed is defined
|
||||
- patch_result.changed is true
|
||||
retries: "{{ playbook.retries }}"
|
||||
delay: "{{ playbook.delay.short }}"
|
||||
|
||||
- debug:
|
||||
msg: "{{ patch_result }}"
|
||||
|
Reference in New Issue
Block a user