You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# handlers file for setup_hosted_services
|
|
- name: restart-dashy
|
|
ansible.builtin.command: docker restart dashy
|
|
|
|
- name: restart-olivetin
|
|
ansible.builtin.command: docker restart olivetin
|
|
|
|
- name: restart-diun
|
|
ansible.builtin.command: docker restart diun
|