Ansible: Don't remove newlines after blocks

This commit is contained in:
Tobias Manske 2023-04-18 21:36:05 +02:00
parent 635da6b9cd
commit e4d15b7fce
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
dest: "{{ temp_file.path }}/{{ item.path }}"
mode: "{{ item.mode }}"
force: true
trim_blocks: false
changed_when: false
with_filetree: "./templates/{{ service | mandatory }}"
loop_control: