Files
pvc-ansible/roles/base/templates/etc/cron.d/update-motd.j2
Joshua M. Boniface 30ddeb0fee Update MOTD automatically on boot
The cron every minute was pointlessly excessive considering this doesn't
actually change minute-to-minute.
2023-09-01 15:42:29 -04:00

5 lines
112 B
Django/Jinja

# cron file for motd
# {{ ansible_managed }}
@reboot root /bin/sh /usr/local/sbin/update-motd.sh &>/dev/null