mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2025-08-03 01:53:15 +08:00
Omit use of tmux in playbooks for more verbose error handling
This commit is contained in:
parent
cbe8d0c2c4
commit
79010ee462
4 changed files with 5 additions and 4 deletions
|
@ -5,4 +5,4 @@
|
|||
become: false
|
||||
tasks:
|
||||
- name: Start All Services
|
||||
command: tmux new-session -d -s "start_services" "bash /root/scripts/start_services.sh"
|
||||
command: bash "/root/scripts/start_services.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue