--- - name: Ensure a job that run to backup data ansible.builtin.cron: name: "borg backup" special_time: "daily" job: "/usr/bin/backup" become: yes