6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
# inventory/modules/motd/apply
|
||
cat <<EOF > /etc/motd
|
||
"Ever make mistakes in life? Let’s make them birds. Yeah, they’re birds now."
|
||
--Bob Ross
|
||
EOF
|