ansible-playbooks/roles/tasks/debian/start_services.yml

8 lines
166 B
YAML

---
- hosts:
- debian
# Runs on root user already
become: false
tasks:
- name: Start All Services
command: bash "/root/scripts/start_services.sh"