From 1392e3fe6486fc8313617e891d6ca651873a1895 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 22 Nov 2021 18:01:21 +0100 Subject: [PATCH] Remove cached motd --- roles/update_motd/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/update_motd/tasks/main.yml b/roles/update_motd/tasks/main.yml index f4a125d..9479003 100644 --- a/roles/update_motd/tasks/main.yml +++ b/roles/update_motd/tasks/main.yml @@ -22,6 +22,13 @@ - 20-uname notify: Remove cached motd +- name: Remove Debian uname motd + become: true + file: + path: /etc/update-motd.d/10-uname + state: absent + notify: Remove cached motd + - name: Remove Debian warranty motd become: true file: