summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/plugin_filtering/tempfile.yml
blob: 06463547ded9c43951c563c683cdf8d7f4702479 (plain)
1
2
3
4
5
6
7
8
9
---
- hosts: testhost
  gather_facts: False
  tasks:
  - tempfile:
    register: temp_result
  - file:
      state: absent
      path: '{{ temp_result["path"] }}'