mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-17 05:41:42 -07:00
address review reqs
This commit is contained in:
parent
2d573c2b62
commit
c22389c86f
6 changed files with 26 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue