You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/lib/ansible_test/_data/playbooks/posix_coverage_teardown.yml

9 lines
212 B
YAML

- name: Teardown POSIX code coverage configuration
hosts: all
gather_facts: no
tasks:
- name: Remove coverage temporary directory
file:
path: "{{ common_temp_dir }}"
state: absent