ansible/test/integration/targets/git/handlers/cleanup-freebsd.yml
Matt Clay a3b7d67fb0
Split up platform cleanup in tests. (#67320)
* Split up platform cleanup for git test.

* Split up platform cleanup for ansible-galaxy test.
2020-02-11 13:25:44 -08:00

5 lines
94 B
YAML

- name: remove git fromn FreeBSD
pkgng:
name: git
state: absent
autoremove: yes