summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/reboot/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/reboot/handlers/main.yml')
-rw-r--r--test/integration/targets/reboot/handlers/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/reboot/handlers/main.yml b/test/integration/targets/reboot/handlers/main.yml
new file mode 100644
index 0000000..a40bac0
--- /dev/null
+++ b/test/integration/targets/reboot/handlers/main.yml
@@ -0,0 +1,4 @@
+- name: remove molly-guard
+ apt:
+ name: molly-guard
+ state: absent