a3b7d67fb0
* Split up platform cleanup for git test. * Split up platform cleanup for ansible-galaxy test.
6 lines
141 B
YAML
6 lines
141 B
YAML
- name: remove auto-installed packages from FreeBSD
|
|
pkgng:
|
|
name: git
|
|
state: absent
|
|
autoremove: yes
|
|
when: git_install.changed
|