---
- hosts:
- debian
# Runs on root user already
become: false
tasks:
- name: Start Backups
command: bash "/root/scripts/backup.sh"