mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-14 18:11:52 -07:00
Implement vault config
This commit is contained in:
parent
cd8d61afc3
commit
89db3fa36f
3 changed files with 17 additions and 1 deletions
|
@ -3,11 +3,13 @@
|
|||
- name: "Rebuild {{ keycloak.service_name }} config"
|
||||
ansible.builtin.include_tasks: rebuild_config.yml
|
||||
listen: "rebuild keycloak config"
|
||||
|
||||
- name: "Restart {{ keycloak.service_name }}"
|
||||
ansible.builtin.include_tasks: restart.yml
|
||||
listen: "restart keycloak"
|
||||
|
||||
- name: "Print deprecation warning"
|
||||
ansible.builtin.fail:
|
||||
msg: "Deprecation warning: you are using the deprecated variable '{{ deprecated_variable | d('NotSet') }}', check docs on how to upgrade."
|
||||
ignore_errors: True
|
||||
ignore_errors: true
|
||||
listen: "print deprecation warning"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue