ansible/test/integration/targets/pip/tasks/default_cleanup.yml

6 lines
104 B
YAML
Raw Normal View History

- name: remove unwanted packages
package:
name: git
state: absent
when: git_install.changed