summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/pip/tasks/freebsd_cleanup.yml
blob: fa224d830de2337c65684aa18036fcee4d82bc84 (plain)
1
2
3
4
5
6
- name: remove auto-installed packages from FreeBSD
  pkgng:
    name: git
    state: absent
    autoremove: yes
  when: git_install.changed