summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/apt_repository/tasks/mode_cleanup.yaml
blob: 726de11150bff60338b6b9c0ed9ce4c5a6c5a78e (plain)
1
2
3
4
5
6
7
---
# tasks to cleanup after creating a repo file, specifically for testing the 'mode' arg

- name: Delete existing repo
  file:
    path: "{{ test_repo_path }}"
    state: absent