ansible/test/integration/targets/ansible-galaxy/cleanup-freebsd.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