Skip to content

Commit

Permalink
Install git in pip tests (#39460)
Browse files Browse the repository at this point in the history
* Install git in pip tests

* Ignore MacOSX
  • Loading branch information
robinro authored and jctanner committed May 2, 2018
1 parent 287f4ff commit 90354d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/integration/targets/pip/tasks/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 90354d2

Please sign in to comment.