summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-galaxy-collection-scm/tasks/empty_installed_collections.yml
blob: 241107c3a87b1e1b44fad9a6fdc676df28fab74c (plain)
1
2
3
4
5
6
7
- name: delete installed collections
  file:
    state: absent
    path: "{{ item }}"
  loop:
    - "{{ install_path }}"
    - "{{ alt_install_path }}"