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
|
@ -14,4 +14,5 @@
|
||||||
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