summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/pip/tasks/default_cleanup.yml
blob: f2265c093db86e66881965402caf7ea4b21b955f (plain)
1
2
3
4
5
- name: remove unwanted packages
  package:
    name: git
    state: absent
  when: git_install.changed