ansible-roles/library/roles/motd/templates/update_motd.j2

6 lines
40 B
Django/Jinja

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