forked from ISTI-ansible-roles/ansible-roles
library/roles/motd/tasks/deb_motd.yml: Only ignore the errors of the motd build task.
This commit is contained in:
parent
16fccdf9fb
commit
6106c46bfa
|
@ -13,5 +13,6 @@
|
||||||
shell: run-parts --lsbsysinit /etc/update-motd.d > /run/motd.dynamic && touch /etc/.custom_motd
|
shell: run-parts --lsbsysinit /etc/update-motd.d > /run/motd.dynamic && touch /etc/.custom_motd
|
||||||
args:
|
args:
|
||||||
creates: /etc/.custom_motd
|
creates: /etc/.custom_motd
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
||||||
tags: motd
|
tags: motd
|
||||||
|
|
Loading…
Reference in New Issue