summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/git/handlers/cleanup-freebsd.yml
blob: 29220c3a3cc1f6d61c05517b2253ca9122af0877 (plain)
1
2
3
4
5
- name: remove git from FreeBSD
  pkgng:
    name: git
    state: absent
    autoremove: yes