Different multi-line syntax for loop
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
a4262fa2e9
commit
622d162177
@ -229,7 +229,8 @@
|
||||
|
||||
- name: Apply manifests
|
||||
kubernetes.core.k8s:
|
||||
definition: "{{ item.definition }}"
|
||||
definition: >-
|
||||
{{ item.definition }}
|
||||
wait: yes
|
||||
loop: "{{ manifests }}"
|
||||
loop_control:
|
||||
|
Loading…
Reference in New Issue
Block a user