mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-09-30 21:43:30 -07:00
'item' is undefined error, https://github.com/ansible-middleware/keycloak/issues/309#issuecomment-3101960407
11 lines
380 B
YAML
11 lines
380 B
YAML
---
|
|
- name: "Restart services in serial, with optional healtch check (keycloak_quarkus_restart_health_check)"
|
|
throttle: 1
|
|
block:
|
|
- name: "Restart and enable {{ keycloak.service_name }} service"
|
|
ansible.builtin.include_tasks:
|
|
file: restart.yml
|
|
apply:
|
|
delegate_to: "{{ item }}"
|
|
run_once: true
|
|
loop: "{{ ansible_play_hosts }}"
|