a3b7d67fb0
* Split up platform cleanup for git test. * Split up platform cleanup for ansible-galaxy test.
6 lines
208 B
YAML
6 lines
208 B
YAML
# TODO remove everything we'd installed (see git_required_packages), not just git
|
|
# problem is that we should not remove what we hadn't installed
|
|
- name: remove git
|
|
package:
|
|
name: git
|
|
state: absent
|