update-motd/defaults/main.yml

13 lines
173 B
YAML
Raw Permalink Normal View History

2018-10-18 17:33:41 +00:00
---
update_motd_blacklist: []
update_motd_scripts: []
#- name: 50-test
# content: |
# #!/bin/bash
# set -euo pipefail
#
# echo "I'm just a test"
...