summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/git/handlers/main.yml
blob: 875f513a97413f3331a78e5d2339461eef749568 (plain)
1
2
3
4
5
6
7
- name: cleanup
  include_tasks: "{{ cleanup_filename }}"
  with_first_found:
    - "cleanup-{{ ansible_distribution | lower }}.yml"
    - "cleanup-default.yml"
  loop_control:
    loop_var: cleanup_filename