Revert "Move requirements into tests. (#35197)"

This reverts commit 4f6017dc16.
This commit is contained in:
Matt Clay
2018-01-23 10:54:25 -08:00
parent eae23d2dbd
commit 69132007c0
13 changed files with 26 additions and 54 deletions

View File

@@ -8,11 +8,6 @@
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