a3b7d67fb0
* Split up platform cleanup for git test. * Split up platform cleanup for ansible-galaxy test.
5 lines
104 B
YAML
5 lines
104 B
YAML
- name: remove unwanted packages
|
|
package:
|
|
name: git
|
|
state: absent
|
|
when: git_install.changed
|