Ansible: Don't remove newlines after blocks
This commit is contained in:
parent
635da6b9cd
commit
e4d15b7fce
@ -22,6 +22,7 @@
|
|||||||
dest: "{{ temp_file.path }}/{{ item.path }}"
|
dest: "{{ temp_file.path }}/{{ item.path }}"
|
||||||
mode: "{{ item.mode }}"
|
mode: "{{ item.mode }}"
|
||||||
force: true
|
force: true
|
||||||
|
trim_blocks: false
|
||||||
changed_when: false
|
changed_when: false
|
||||||
with_filetree: "./templates/{{ service | mandatory }}"
|
with_filetree: "./templates/{{ service | mandatory }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
Loading…
Reference in New Issue
Block a user