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