mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 00:21:36 -07:00
Downstream variables
This commit is contained in:
parent
38b5a02e95
commit
5e89139870
14 changed files with 73 additions and 138 deletions
|
@ -24,7 +24,9 @@
|
|||
|
||||
- name: Include patch install tasks
|
||||
ansible.builtin.include_tasks: rhsso_patch.yml
|
||||
when: keycloak_rhsso_apply_patches and keycloak_rhsso_enable
|
||||
when:
|
||||
- sso_apply_patches is defined and sso_apply_patches
|
||||
- sso_enable is defined and sso_enable
|
||||
tags:
|
||||
- install
|
||||
- patch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue