summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/git/handlers/cleanup-default.yml
blob: 02a79882bc525a22b428d744d8412551f554168d (plain)
1
2
3
4
5
6
# 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