summaryrefslogtreecommitdiff
path: root/test/integration/targets/ansible-galaxy/setup.yml
blob: 581902474d4727d8a8700e6c379b2fb9480680f1 (plain)
1
2
3
4
5
6
- hosts: localhost
  tasks:
    - name: install git
      package:
        name: git
      when: ansible_distribution != "MacOSX"