mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-30 03:14:48 +00:00
sso: remove conditional on apply_patches
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: yes
|
run_once: yes
|
||||||
when:
|
when:
|
||||||
- patch_archive_path is defined and patch_archive_path.stat is defined and not patch_archive_path.stat.exists or patch_archive_path is not defined
|
|
||||||
- sso_enable is defined and sso_enable
|
- sso_enable is defined and sso_enable
|
||||||
- not keycloak_offline_install
|
- not keycloak_offline_install
|
||||||
- sso_apply_patches
|
- sso_apply_patches
|
||||||
|
|||||||
Reference in New Issue
Block a user