Move requirements into tests. (#35197)

This commit is contained in:
Matt Clay
2018-01-23 10:08:16 -08:00
committed by GitHub
parent 060001b08d
commit 4f6017dc16
13 changed files with 54 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
- hosts: localhost
tasks:
- name: install git
package:
name: git
when: ansible_distribution != "MacOSX"