From 6106c46bfacb145db9967e1ecaa693e4604e95c0 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 11 Mar 2019 12:42:31 +0100 Subject: [PATCH] library/roles/motd/tasks/deb_motd.yml: Only ignore the errors of the motd build task. --- motd/tasks/deb_motd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/motd/tasks/deb_motd.yml b/motd/tasks/deb_motd.yml index 1279b359..b19c4bd8 100644 --- a/motd/tasks/deb_motd.yml +++ b/motd/tasks/deb_motd.yml @@ -13,5 +13,6 @@ shell: run-parts --lsbsysinit /etc/update-motd.d > /run/motd.dynamic && touch /etc/.custom_motd args: creates: /etc/.custom_motd - ignore_errors: True + ignore_errors: True + tags: motd