mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Revert "Move requirements into tests. (#35197)"
This reverts commit 4f6017dc16
.
This commit is contained in:
parent
eae23d2dbd
commit
69132007c0
13 changed files with 26 additions and 54 deletions
|
@ -25,11 +25,6 @@
|
|||
- name: clean out the output_dir
|
||||
shell: rm -rf {{ output_dir }}/*
|
||||
|
||||
- name: install subversion
|
||||
package:
|
||||
name: subversion
|
||||
when: ansible_distribution != "MacOSX"
|
||||
|
||||
- name: verify that subversion is installed so this test can continue
|
||||
shell: which svn
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue