update motd

This commit is contained in:
Ruben Blanco 2023-10-20 09:23:44 +02:00
parent 9150218e66
commit 032a28cfa7
1 changed files with 1 additions and 11 deletions

View File

@ -264,15 +264,5 @@
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Add message to MOTD
- name: add motd message
shell: echo -e "verdnatura" | figlet >> /etc/motd
# lineinfile:
# path: "{{ path_motd }}"
# line: "{{item.line}}"
# state: present
# with_items:
# - line: " _ _ "
# - line: "__ _____ _ __ __| |_ __ __ _| |_ _ _ _ __ __ _ "
# - line: "\ \ / / _ \ '__/ _` | '_ \ / _` | __| | | | '__/ _` |"
# - line: " \ V / __/ | | (_| | | | | (_| | |_| |_| | | | (_| |"
# - line: " \_/ \___|_| \__,_|_| |_|\__,_|\__|\__,_|_| \__,_|"
shell: echo "verdnatura" | figlet >> /etc/motd
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++