The cron every minute was pointlessly excessive considering this doesn't actually change minute-to-minute.
5 lines
112 B
Django/Jinja
5 lines
112 B
Django/Jinja
# cron file for motd
|
|
# {{ ansible_managed }}
|
|
|
|
@reboot root /bin/sh /usr/local/sbin/update-motd.sh &>/dev/null
|