2024-05-24 10:36:19 -04:00
|
|
|
# cron file for update-motd
|
2023-09-01 15:42:19 -04:00
|
|
|
# {{ ansible_managed }}
|
|
|
|
|
2023-09-01 15:42:29 -04:00
|
|
|
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
|
|
@reboot root /usr/local/sbin/update-motd.sh &>/dev/null
|