summaryrefslogtreecommitdiff
path: root/test/integration/targets/hg
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-01-23 10:54:25 -0800
committerMatt Clay <matt@mystile.com>2018-01-23 10:54:25 -0800
commit69132007c0a1352d8157bb54280965587b0fc4da (patch)
treed14f20c21a1ccceb1c5308ccea8cf09ab3a99649 /test/integration/targets/hg
parenteae23d2dbdd26b738a1702e6a064d02df391d48e (diff)
downloadansible-69132007c0a1352d8157bb54280965587b0fc4da.tar.gz
Revert "Move requirements into tests. (#35197)"
This reverts commit 4f6017dc1629361cce6fa3e2e035a4710550db9e.
Diffstat (limited to 'test/integration/targets/hg')
-rw-r--r--test/integration/targets/hg/tasks/main.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/integration/targets/hg/tasks/main.yml b/test/integration/targets/hg/tasks/main.yml
index 14719a6ce6..f9c1b1494b 100644
--- a/test/integration/targets/hg/tasks/main.yml
+++ b/test/integration/targets/hg/tasks/main.yml
@@ -25,11 +25,6 @@
- name: clean out the output_dir
shell: rm -rf {{ output_dir }}/*
-- name: install mercurial
- package:
- name: mercurial
- when: ansible_distribution != "MacOSX"
-
- name: verify that mercurial is installed so this test can continue
shell: which hg