@ -52,6 +52,8 @@
with_items:
- /tmp/bigfile.out
- /tmp/bigbigfile.out
tags:
- requires_local_sudo
- name: Copy 32MiB file via localhost sudo
delegate_to: localhost
@ -59,6 +61,8 @@
copy:
src: /tmp/bigfile.in
dest: /tmp/bigfile.out
- name: Copy 320MiB file via localhost sudo
@ -66,6 +70,8 @@
src: /tmp/bigbigfile.in
dest: /tmp/bigbigfile.out
- resource_intensive
@ -25,6 +25,7 @@
- file:
path: /tmp/fetch-out
state: absent
become: false
run_once: true
when: