From 9150218e66b7bd634158bc9846d5583bc5215f37 Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 20 Oct 2023 09:21:12 +0200 Subject: [PATCH] update motd --- roles/config-base-debian-os/tasks/main.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/roles/config-base-debian-os/tasks/main.yaml b/roles/config-base-debian-os/tasks/main.yaml index 75423be..837e103 100644 --- a/roles/config-base-debian-os/tasks/main.yaml +++ b/roles/config-base-debian-os/tasks/main.yaml @@ -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: " \_/ \___|_| \__,_|_| |_|\__,_|\__|\__,_|_| \__,_|" #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ \ No newline at end of file