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.
ansible-homelab/roles/setup_hosted_services/handlers/main.yml

11 lines
264 B
YAML

# handlers file for setup_hosted_services
- name: restart-dashy
command: docker restart dashy
ignore_errors: true
- name: restart-olivetin
command: docker restart olivetin
- name: restart-docker-volume-backup
command: docker restart docker-volume-backup