From 032a28cfa703266ae0db0f07747cecaee32538aa Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 20 Oct 2023 09:23:44 +0200 Subject: [PATCH] update motd --- roles/config-base-debian-os/tasks/main.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/roles/config-base-debian-os/tasks/main.yaml b/roles/config-base-debian-os/tasks/main.yaml index 837e103..8953f83 100644 --- a/roles/config-base-debian-os/tasks/main.yaml +++ b/roles/config-base-debian-os/tasks/main.yaml @@ -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 #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ \ No newline at end of file