mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Move requirements into tests. (#35197)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user