mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-15 02:21:52 -07:00
Add wait_for systemd logic
This commit is contained in:
parent
82498ab3f5
commit
2925ea8cf1
8 changed files with 59 additions and 28 deletions
|
@ -9,9 +9,9 @@
|
|||
- 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
|
||||
failed_when: false
|
||||
listen: "print deprecation warning"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue