mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Move requirements into tests. (#35197)
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user