Add local download path

This commit is contained in:
Guido Grazioli
2024-09-24 09:21:10 +02:00
parent 3f4617c32c
commit f170257205
12 changed files with 67 additions and 27 deletions

View File

@@ -10,7 +10,7 @@
ansible.builtin.include_tasks:
file: "{{ keycloak_quarkus_restart_strategy if keycloak_quarkus_ha_enabled else 'restart.yml' }}"
listen: "restart keycloak"
- name: "Print deprecation warning"
- name: "Display deprecation warning"
ansible.builtin.fail:
msg: "Deprecation warning: you are using the deprecated variable '{{ deprecated_variable | d('NotSet') }}', check docs on how to upgrade."
failed_when: false