Add sudo to update commands.

This commit is contained in:
Hyperling 2021-03-05 17:52:50 -06:00
parent 17097ff91f
commit f068c12cd7

View File

@ -19,7 +19,7 @@
cron:
user: ansible
name: Daily Security Update
job: apt update && apt dist-upgrade -y
job: sudo apt update && sudo apt dist-upgrade -y
special_time: reboot
state: present
disabled: no