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

9 lines
166 B
YAML
Raw Normal View History

2024-10-28 18:32:23 +08:00
---
- hosts:
- debian
# Runs on root user already
become: false
tasks:
2024-10-29 01:43:49 +08:00
- name: Start All Services
command: bash "/root/scripts/start_services.sh"