mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-06-28 11:40:20 -07:00
Merge pull request #50 from ansible-middleware/mol_one_req
molecule: centralize requirements
This commit is contained in:
commit
8ed82d937c
6 changed files with 8 additions and 26 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
dependency:
|
dependency:
|
||||||
name: shell
|
name: shell
|
||||||
command: ansible-galaxy collection install -r molecule/default/requirements.yml -p $HOME/.ansible/collections --force-with-deps
|
command: ansible-galaxy collection install -r molecule/requirements.yml -p $HOME/.ansible/collections --force-with-deps
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
lint: |
|
lint: |
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
dependency:
|
dependency:
|
||||||
name: shell
|
name: shell
|
||||||
command: ansible-galaxy collection install -r molecule/default/requirements.yml -p $HOME/.ansible/collections --force-with-deps
|
command: ansible-galaxy collection install -r molecule/requirements.yml -p $HOME/.ansible/collections --force-with-deps
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
lint: |
|
lint: |
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
collections:
|
|
||||||
- name: middleware_automation.redhat_csp_download
|
|
||||||
version: ">=1.2.1"
|
|
||||||
- name: community.general
|
|
||||||
- name: ansible.posix
|
|
||||||
- name: community.docker
|
|
||||||
version: ">=1.9.1"
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
dependency:
|
dependency:
|
||||||
name: shell
|
name: shell
|
||||||
command: ansible-galaxy collection install -r molecule/default/requirements.yml -p $HOME/.ansible/collections --force-with-deps
|
command: ansible-galaxy collection install -r molecule/requirements.yml -p $HOME/.ansible/collections --force-with-deps
|
||||||
driver:
|
driver:
|
||||||
name: docker
|
name: docker
|
||||||
lint: |
|
lint: |
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
collections:
|
|
||||||
- name: middleware_automation.redhat_csp_download
|
|
||||||
version: ">=1.2.1"
|
|
||||||
- name: community.general
|
|
||||||
- name: ansible.posix
|
|
||||||
- name: community.docker
|
|
||||||
version: ">=1.9.1"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue