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
|
- name: Apply manifests
|
||||||
kubernetes.core.k8s:
|
kubernetes.core.k8s:
|
||||||
definition: "{{ item.definition }}"
|
definition: >-
|
||||||
|
{{ item.definition }}
|
||||||
wait: yes
|
wait: yes
|
||||||
loop: "{{ manifests }}"
|
loop: "{{ manifests }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
Loading…
Reference in New Issue
Block a user