mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-25 00:44:48 +00:00
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user