summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-galaxy/cleanup-freebsd.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-galaxy/cleanup-freebsd.yml')
-rw-r--r--test/integration/targets/ansible-galaxy/cleanup-freebsd.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-galaxy/cleanup-freebsd.yml b/test/integration/targets/ansible-galaxy/cleanup-freebsd.yml
new file mode 100644
index 00000000..fa224d83
--- /dev/null
+++ b/test/integration/targets/ansible-galaxy/cleanup-freebsd.yml
@@ -0,0 +1,6 @@
+- name: remove auto-installed packages from FreeBSD
+ pkgng:
+ name: git
+ state: absent
+ autoremove: yes
+ when: git_install.changed