mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2024-11-17 04:09:26 +08:00
8 lines
166 B
YAML
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
|