ansible-playbooks/roles/tasks/debian/restart_services.yml
2024-10-28 18:32:23 +08:00

8 lines
166 B
YAML

---
- hosts:
- debian
# Runs on root user already
become: false
tasks:
- name: Restart all services
command: bash /root/scripts/start_services.sh