From 16fccdf9fb780fb1c4f23a3ad59dbd44499334d4 Mon Sep 17 00:00:00 2001 From: Roberto Date: Mon, 11 Mar 2019 10:11:56 +0100 Subject: [PATCH] added ignore variable --- motd/tasks/deb_motd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motd/tasks/deb_motd.yml b/motd/tasks/deb_motd.yml index bb82a9a..1279b35 100644 --- a/motd/tasks/deb_motd.yml +++ b/motd/tasks/deb_motd.yml @@ -13,5 +13,5 @@ shell: run-parts --lsbsysinit /etc/update-motd.d > /run/motd.dynamic && touch /etc/.custom_motd args: creates: /etc/.custom_motd - + ignore_errors: True tags: motd