ansible/test/integration/targets/ansible-galaxy/setup.yml
Matt Clay 20ab1d2994 Move requirements into tests. (#35885)
(cherry picked from commit e7b793c8c6)
2018-05-01 09:55:56 -07:00

6 lines
130 B
YAML

- hosts: localhost
tasks:
- name: install git
package:
name: git
when: ansible_distribution != "MacOSX"