mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Install git in pip tests (#39460)
* Install git in pip tests * Ignore MacOSX
This commit is contained in:
parent
287f4ff374
commit
90354d282d
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@
|
||||||
|
|
||||||
# FIXME: replace the python test package
|
# FIXME: replace the python test package
|
||||||
|
|
||||||
|
- name: install git, needed for repo installs
|
||||||
|
package:
|
||||||
|
name: git
|
||||||
|
state: present
|
||||||
|
when: ansible_distribution != "MacOSX"
|
||||||
|
|
||||||
# first some tests installed system-wide
|
# first some tests installed system-wide
|
||||||
# verify things were not installed to start with
|
# verify things were not installed to start with
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue