ansible-role-basic-system-s.../templates/update_motd.j2

6 lines
40 B
Django/Jinja

#!/bin/sh
cat /etc/static-motd
exit 0