update motd
This commit is contained in:
parent
9150218e66
commit
032a28cfa7
|
@ -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
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
Loading…
Reference in New Issue