update motd
This commit is contained in:
parent
4a1c0dfa6a
commit
9150218e66
|
@ -264,14 +264,15 @@
|
|||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
# Add message to MOTD
|
||||
- name: add motd message
|
||||
lineinfile:
|
||||
path: "{{ path_motd }}"
|
||||
line: "{{item.line}}"
|
||||
state: present
|
||||
with_items:
|
||||
- line: " _ _ "
|
||||
- line: "__ _____ _ __ __| |_ __ __ _| |_ _ _ _ __ __ _ "
|
||||
- line: "\ \ / / _ \ '__/ _` | '_ \ / _` | __| | | | '__/ _` |"
|
||||
- line: " \ V / __/ | | (_| | | | | (_| | |_| |_| | | | (_| |"
|
||||
- line: " \_/ \___|_| \__,_|_| |_|\__,_|\__|\__,_|_| \__,_|"
|
||||
shell: echo -e "verdnatura" | figlet >> /etc/motd
|
||||
# lineinfile:
|
||||
# path: "{{ path_motd }}"
|
||||
# line: "{{item.line}}"
|
||||
# state: present
|
||||
# with_items:
|
||||
# - line: " _ _ "
|
||||
# - line: "__ _____ _ __ __| |_ __ __ _| |_ _ _ _ __ __ _ "
|
||||
# - line: "\ \ / / _ \ '__/ _` | '_ \ / _` | __| | | | '__/ _` |"
|
||||
# - line: " \ V / __/ | | (_| | | | | (_| | |_| |_| | | | (_| |"
|
||||
# - line: " \_/ \___|_| \__,_|_| |_|\__,_|\__|\__,_|_| \__,_|"
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
Loading…
Reference in New Issue