Remove redundant conditional;Remove debugging;Fix module parameters;Fix var reference
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-05 10:38:12 +01:00
parent ede82ea7e7
commit 1c950086fa
3 changed files with 4 additions and 7 deletions

View File

@ -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 }}"