1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-02 00:28:52 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 54 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