From 90354d282db5c49cfcd7da3eabbefd54cd7957d5 Mon Sep 17 00:00:00 2001 From: Robin Roth Date: Wed, 2 May 2018 16:28:10 +0200 Subject: [PATCH] Install git in pip tests (#39460) * Install git in pip tests * Ignore MacOSX --- test/integration/targets/pip/tasks/pip.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/integration/targets/pip/tasks/pip.yml b/test/integration/targets/pip/tasks/pip.yml index b758dbff17f..25c70bf6b3e 100644 --- a/test/integration/targets/pip/tasks/pip.yml +++ b/test/integration/targets/pip/tasks/pip.yml @@ -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