@ -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 %}"
# end of making files
@ -53,7 +53,7 @@
state: absent
- name: Create local test file.
copy:
content: "weird mode"
dest: "/tmp/weird-mode"