mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-09-30 21:43:30 -07: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:
parent
c1bf9727f9
commit
66228c3a13
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue