mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2024-11-17 04:09:26 +08:00
9 lines
191 B
YAML
9 lines
191 B
YAML
|
---
|
||
|
- hosts:
|
||
|
- debian
|
||
|
# Runs on root user already
|
||
|
become: false
|
||
|
tasks:
|
||
|
- name: Start Backups
|
||
|
command: tmux new-session -d -s "Borg Backups" "bash /root/scripts/backup.sh"
|