summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/plugin_filtering/copy.yml
blob: 083386a1def8615a3b5bd7a4ea88139e06e7f4bb (plain)
1
2
3
4
5
6
7
8
9
10
---
- hosts: testhost
  gather_facts: False
  tasks:
  - copy:
      content: 'Testing 1... 2... 3...'
      dest: ./testing.txt
  - file:
      state: absent
      path: ./testing.txt