try and suppress mode warning clogging up logs

This commit is contained in:
Steven Robertson 2020-09-09 23:33:49 -07:00
parent 0a46a4e47b
commit 1091cd7ca1
2 changed files with 2 additions and 0 deletions

View File

@ -21,5 +21,6 @@
copy:
src: "{{item.src}}"
dest: "/tmp/filetree.out/{{item.path}}"
mode: 0644
with_filetree: /tmp/filetree.in
when: item.state == 'file'

View File

@ -26,5 +26,6 @@
copy:
src: "{{item.src}}"
dest: "/tmp/filetree.out/{{item.path}}"
mode: 0644
with_filetree: /tmp/filetree.in
when: item.state == 'file'