try and suppress mode warning clogging up logs

pull/715/head
Steven Robertson 4 years ago
parent 0a46a4e47b
commit 1091cd7ca1

@ -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'

@ -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'

Loading…
Cancel
Save