ansible 2.19.0: fix error

'item' is undefined error, https://github.com/ansible-middleware/keycloak/issues/309#issuecomment-3101960407
This commit is contained in:
Helmut Wolf 2025-07-22 12:09:14 +02:00
commit 66228c3a13

View file

@ -2,7 +2,7 @@
- name: "Restart services in serial, with optional healtch check (keycloak_quarkus_restart_health_check)" - name: "Restart services in serial, with optional healtch check (keycloak_quarkus_restart_health_check)"
throttle: 1 throttle: 1
block: block:
- name: "Restart and enable {{ keycloak.service_name }} service on {{ item }}" - name: "Restart and enable {{ keycloak.service_name }} service"
ansible.builtin.include_tasks: ansible.builtin.include_tasks:
file: restart.yml file: restart.yml
apply: apply: