Omit use of tmux in playbooks for more verbose error handling

This commit is contained in:
Keannu Christian Bernasol 2024-11-07 18:54:42 +08:00
parent cbe8d0c2c4
commit 79010ee462
4 changed files with 5 additions and 4 deletions

View file

@ -5,4 +5,4 @@
become: false
tasks:
- name: Start Backups
command: tmux new-session -d -s "Borg Backups" "bash /root/scripts/backup.sh"
command: bash "/root/scripts/backup.sh"