mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 10:20:27 -07:00
sso: remove conditional on apply_patches
This commit is contained in:
parent
59b69a6592
commit
23ce09d595
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
|||
delegate_to: localhost
|
||||
run_once: yes
|
||||
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
|
||||
- not keycloak_offline_install
|
||||
- sso_apply_patches
|
||||
|
|
Loading…
Add table
Reference in a new issue