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.
|
---
|
|
- 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
|