From 69132007c0a1352d8157bb54280965587b0fc4da Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 23 Jan 2018 10:54:25 -0800 Subject: Revert "Move requirements into tests. (#35197)" This reverts commit 4f6017dc1629361cce6fa3e2e035a4710550db9e. --- test/integration/targets/git/tasks/setup.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test/integration/targets/git') diff --git a/test/integration/targets/git/tasks/setup.yml b/test/integration/targets/git/tasks/setup.yml index 8fdb2a401c..588d99c99c 100644 --- a/test/integration/targets/git/tasks/setup.yml +++ b/test/integration/targets/git/tasks/setup.yml @@ -8,11 +8,6 @@ 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 -- cgit v1.2.1