try and suppress mode warning clogging up logs
This commit is contained in:
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…
Reference in New Issue