Update playbooks

This commit is contained in:
Keannu Christian Bernasol 2024-10-29 01:43:49 +08:00
parent f23a6d3ca8
commit e64ea06972
4 changed files with 6 additions and 6 deletions

View file

@ -4,5 +4,5 @@
# Runs on root user already
become: false
tasks:
- name: Start all services
command: bash /root/scripts/start_services.sh
- name: Start All Services
command: tmux new-session -d -s "start_services" "bash /root/scripts/start_services.sh"