mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 12:05:54 +00:00
address review reqs
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
throttle: 1
|
||||
loop: "{{ ansible_play_hosts }}"
|
||||
block:
|
||||
- name: "Restart and enable {{ keycloak.service_name }} service on first host"
|
||||
ansible.builtin.include_tasks: ../restart.yml
|
||||
delegate_to: "{{ item }}"
|
||||
- name: "Restart and enable {{ keycloak.service_name }} service on {{ item }}"
|
||||
ansible.builtin.include_tasks:
|
||||
file: ../restart.yml
|
||||
apply:
|
||||
delegate_to: "{{ item }}"
|
||||
run_once: true
|
||||
|
||||
Reference in New Issue
Block a user