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

@@ -8,6 +8,11 @@
path: "{{ output_dir }}"
state: directory
- name: SETUP | install git
package:
name: git
when: ansible_distribution != "MacOSX"
- name: SETUP | verify that git is installed so this test can continue
shell: which git