summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-galaxy-collection/handlers/main.yml
blob: d58a516406bb13e179439d2e0a4bf99939b220e7 (plain)
1
2
3
4
5
6
7
- name: uninstall gpg
  command: brew uninstall gpg
  become: yes
  become_user: >-
    {{ brew_stat.stat.pw_name }}
  environment:
    HOMEBREW_NO_AUTO_UPDATE: True