library/roles/motd/tasks/deb_motd.yml: Only ignore the errors of the motd build task.

This commit is contained in:
Andrea Dell'Amico 2019-03-11 12:42:31 +01:00
parent 16fccdf9fb
commit 6106c46bfa
1 changed files with 2 additions and 1 deletions

View File

@ -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