Add debian common role
This commit is contained in:
6
common-debian/templates/etc/cron.d/update-motd.j2
Normal file
6
common-debian/templates/etc/cron.d/update-motd.j2
Normal file
@ -0,0 +1,6 @@
|
||||
# cron file for motd
|
||||
# {{ ansible_managed }}
|
||||
|
||||
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
@reboot root /usr/local/sbin/update-motd.sh &>/dev/null
|
||||
*/5 * * * * root /usr/local/sbin/update-motd.sh &>/dev/null
|
Reference in New Issue
Block a user