summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/plugin_filtering/copy.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/plugin_filtering/copy.yml')
-rw-r--r--test/integration/targets/plugin_filtering/copy.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/plugin_filtering/copy.yml b/test/integration/targets/plugin_filtering/copy.yml
new file mode 100644
index 0000000..083386a
--- /dev/null
+++ b/test/integration/targets/plugin_filtering/copy.yml
@@ -0,0 +1,10 @@
+---
+- hosts: testhost
+ gather_facts: False
+ tasks:
+ - copy:
+ content: 'Testing 1... 2... 3...'
+ dest: ./testing.txt
+ - file:
+ state: absent
+ path: ./testing.txt