mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Move requirements into tests. (#35197)
This commit is contained in:
parent
060001b08d
commit
4f6017dc16
13 changed files with 54 additions and 26 deletions
|
@ -25,6 +25,11 @@
|
|||
- 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue