mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-11 13:20:29 -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
|
||||
dependencies:
|
||||
"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
|
||||
documentation: https://ansible-middleware.github.io/keycloak
|
||||
homepage: https://github.com/ansible-middleware/keycloak
|
||||
|
|
|
@ -3,6 +3,7 @@ collections:
|
|||
- name: middleware_automation.redhat_csp_download
|
||||
version: ">=1.2.1"
|
||||
- name: community.general
|
||||
- name: ansible.posix
|
||||
- name: community.docker
|
||||
version: ">=1.9.1"
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ collections:
|
|||
- name: middleware_automation.redhat_csp_download
|
||||
version: ">=1.2.1"
|
||||
- name: community.general
|
||||
- name: ansible.posix
|
||||
- name: community.docker
|
||||
version: ">=1.9.1"
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ collections:
|
|||
- name: middleware_automation.redhat_csp_download
|
||||
version: ">=1.2.1"
|
||||
- name: community.general
|
||||
- name: ansible.posix
|
||||
- name: community.docker
|
||||
version: ">=1.9.1"
|
||||
|
||||
|
|
|
@ -3,3 +3,4 @@ collections:
|
|||
- name: middleware_automation.redhat_csp_download
|
||||
version: ">=1.2.1"
|
||||
- name: community.general
|
||||
- name: ansible.posix
|
||||
|
|
Loading…
Add table
Reference in a new issue