summaryrefslogtreecommitdiffstats
path: root/test/lib/ansible_test/_data/playbooks/posix_coverage_teardown.yml
blob: 290411b6f58f61040be81565f7f18debef231253 (plain)
1
2
3
4
5
6
7
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