--- - name: remove old cron entry lineinfile: path: /etc/crontab regexp: '.*/root/bin/borg.sh.*' state: absent