summaryrefslogtreecommitdiffstats
path: root/test/lib/ansible_test/_data/playbooks/posix_coverage_teardown.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/ansible_test/_data/playbooks/posix_coverage_teardown.yml')
-rw-r--r--test/lib/ansible_test/_data/playbooks/posix_coverage_teardown.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lib/ansible_test/_data/playbooks/posix_coverage_teardown.yml b/test/lib/ansible_test/_data/playbooks/posix_coverage_teardown.yml
new file mode 100644
index 0000000..290411b
--- /dev/null
+++ b/test/lib/ansible_test/_data/playbooks/posix_coverage_teardown.yml
@@ -0,0 +1,8 @@
+- name: Teardown POSIX code coverage configuration
+ hosts: all
+ gather_facts: no
+ tasks:
+ - name: Remove coverage temporary directory
+ file:
+ path: "{{ common_temp_dir }}"
+ state: absent