summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_rpm_repo/handlers/main.yml
blob: a0af3c92d7594c8c6d61b697a4f46f678932a773 (plain)
1
2
3
4
5
- name: remove repos
  yum_repository:
    state: absent
    name: "{{ item }}"
  loop: "{{ repos }}"