issue #426: use delegate_to in fixup_perms2 and copy.yml

issue510
David Wilson 6 years ago
parent a67a4361b3
commit 67f710fd9b

@ -8,13 +8,13 @@
dest: /tmp/copy-tiny-file
content:
this is a tiny file.
connection: local
delegate_to: localhost
- copy:
dest: /tmp/copy-large-file
# Must be larger than Connection.SMALL_SIZE_LIMIT.
content: "{% for x in range(200000) %}x{% endfor %}"
connection: local
delegate_to: localhost
# end of making files

@ -53,7 +53,7 @@
state: absent
- name: Create local test file.
connection: local
delegate_to: localhost
copy:
content: "weird mode"
dest: "/tmp/weird-mode"

Loading…
Cancel
Save