mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-10 12:50:28 -07:00
Update molecule dependency task to force correct path
This commit is contained in:
parent
bcd82a5ae5
commit
4294746263
2 changed files with 12 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
dependency:
|
dependency:
|
||||||
name: galaxy
|
name: shell
|
||||||
|
command: ansible-galaxy collection install -r molecule/default/requirements.yml -p $HOME/.ansible/collections --force-with-deps
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
|
|
10
molecule/default/requirements.yml
Normal file
10
molecule/default/requirements.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
collections:
|
||||||
|
- name: middleware_automation.redhat_csp_download
|
||||||
|
version: ">=1.2.1"
|
||||||
|
- name: middleware_automation.jcliff
|
||||||
|
version: ">=0.0.19"
|
||||||
|
- name: community.general
|
||||||
|
- name: community.docker
|
||||||
|
version: ">=1.9.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue