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 dest: /tmp/copy-tiny-file
content: content:
this is a tiny file. this is a tiny file.
connection: local delegate_to: localhost
- copy: - copy:
dest: /tmp/copy-large-file dest: /tmp/copy-large-file
# Must be larger than Connection.SMALL_SIZE_LIMIT. # Must be larger than Connection.SMALL_SIZE_LIMIT.
content: "{% for x in range(200000) %}x{% endfor %}" content: "{% for x in range(200000) %}x{% endfor %}"
connection: local delegate_to: localhost
# end of making files # end of making files

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

Loading…
Cancel
Save