Ansible: Don't remove newlines after blocks
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user