Move requirements into tests. (#35885)

This commit is contained in:
Matt Clay
2018-02-10 10:48:44 -08:00
committed by GitHub
parent 9704668277
commit e7b793c8c6
15 changed files with 58 additions and 26 deletions

View File

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