ansible/test/integration/targets/pip/tasks/freebsd_cleanup.yml

7 lines
141 B
YAML
Raw Normal View History

- name: remove auto-installed packages from FreeBSD
pkgng:
name: git
state: absent
autoremove: yes
when: git_install.changed