summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_rpm_repo/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/setup_rpm_repo/handlers/main.yml')
-rw-r--r--test/integration/targets/setup_rpm_repo/handlers/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/targets/setup_rpm_repo/handlers/main.yml b/test/integration/targets/setup_rpm_repo/handlers/main.yml
new file mode 100644
index 0000000..a0af3c9
--- /dev/null
+++ b/test/integration/targets/setup_rpm_repo/handlers/main.yml
@@ -0,0 +1,5 @@
+- name: remove repos
+ yum_repository:
+ state: absent
+ name: "{{ item }}"
+ loop: "{{ repos }}"