Install git in pip tests (#39460)

* Install git in pip tests

* Ignore MacOSX
pull/39609/head
Robin Roth 6 years ago committed by jctanner
parent 287f4ff374
commit 90354d282d

@ -18,6 +18,12 @@
# 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
# verify things were not installed to start with

Loading…
Cancel
Save