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/ansible/homelab/playbooks/redeploy-dashy.yml

10 lines
205 B
YAML

---
- hosts: servers
become: true
tasks:
- name: Checkout Git Repos
import_tasks: ../tasks/checkout-git-repos-tasks.yml
- name: Restart Dashy
ansible.builtin.command: docker restart dashy