Add wait_for systemd logic

This commit is contained in:
Guido Grazioli 2024-04-23 16:38:04 +02:00 committed by Pelisse Romain
commit 2925ea8cf1
8 changed files with 59 additions and 28 deletions

View file

@ -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"