mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
Move requirements into tests. (#35885)
This commit is contained in:
parent
9704668277
commit
e7b793c8c6
15 changed files with 58 additions and 26 deletions
|
@ -1 +1,2 @@
|
|||
destructive
|
||||
posix/ci/group3
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -eux -o pipefail
|
||||
|
||||
ansible-playbook setup.yml
|
||||
|
||||
# Need a relative custom roles path for testing various scenarios of -p
|
||||
galaxy_relative_rolespath="my/custom/roles/path"
|
||||
|
||||
|
|
6
test/integration/targets/ansible-galaxy/setup.yml
Normal file
6
test/integration/targets/ansible-galaxy/setup.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- hosts: localhost
|
||||
tasks:
|
||||
- name: install git
|
||||
package:
|
||||
name: git
|
||||
when: ansible_distribution != "MacOSX"
|
Loading…
Add table
Add a link
Reference in a new issue