mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-23 13:20:33 -07:00
Add missing deps declarations
This commit is contained in:
parent
f4fe9df97c
commit
63dc369148
5 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,8 @@ tags:
|
||||||
- authentication
|
- authentication
|
||||||
dependencies:
|
dependencies:
|
||||||
"middleware_automation.redhat_csp_download": ">=1.2.1"
|
"middleware_automation.redhat_csp_download": ">=1.2.1"
|
||||||
|
"community.general": ">=5.6.0"
|
||||||
|
"ansible.posix": ">=1.4.0"
|
||||||
repository: https://github.com/ansible-middleware/keycloak
|
repository: https://github.com/ansible-middleware/keycloak
|
||||||
documentation: https://ansible-middleware.github.io/keycloak
|
documentation: https://ansible-middleware.github.io/keycloak
|
||||||
homepage: https://github.com/ansible-middleware/keycloak
|
homepage: https://github.com/ansible-middleware/keycloak
|
||||||
|
|
|
@ -3,6 +3,7 @@ collections:
|
||||||
- name: middleware_automation.redhat_csp_download
|
- name: middleware_automation.redhat_csp_download
|
||||||
version: ">=1.2.1"
|
version: ">=1.2.1"
|
||||||
- name: community.general
|
- name: community.general
|
||||||
|
- name: ansible.posix
|
||||||
- name: community.docker
|
- name: community.docker
|
||||||
version: ">=1.9.1"
|
version: ">=1.9.1"
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ collections:
|
||||||
- name: middleware_automation.redhat_csp_download
|
- name: middleware_automation.redhat_csp_download
|
||||||
version: ">=1.2.1"
|
version: ">=1.2.1"
|
||||||
- name: community.general
|
- name: community.general
|
||||||
|
- name: ansible.posix
|
||||||
- name: community.docker
|
- name: community.docker
|
||||||
version: ">=1.9.1"
|
version: ">=1.9.1"
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ collections:
|
||||||
- name: middleware_automation.redhat_csp_download
|
- name: middleware_automation.redhat_csp_download
|
||||||
version: ">=1.2.1"
|
version: ">=1.2.1"
|
||||||
- name: community.general
|
- name: community.general
|
||||||
|
- name: ansible.posix
|
||||||
- name: community.docker
|
- name: community.docker
|
||||||
version: ">=1.9.1"
|
version: ">=1.9.1"
|
||||||
|
|
||||||
|
|
|
@ -3,3 +3,4 @@ collections:
|
||||||
- name: middleware_automation.redhat_csp_download
|
- name: middleware_automation.redhat_csp_download
|
||||||
version: ">=1.2.1"
|
version: ">=1.2.1"
|
||||||
- name: community.general
|
- name: community.general
|
||||||
|
- name: ansible.posix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue