summaryrefslogtreecommitdiffstats
path: root/ansible/test/roles/cleanup-application/tasks/main.yml
blob: cbb8d521692dc3f0831e0d9644a659bb17cddb1f (plain)
1
2
3
4
5
6
7
8
9
---
- name: Clean application role mocked artifacts directories
  file:
    path: "{{ item }}"
    state: absent
  delegate_to: localhost
  loop:
    - certs
    - application