Ignore errors on stupid tasks
This commit is contained in:
parent
fe050509c0
commit
f5fe9c1f70
|
@ -683,11 +683,13 @@
|
|||
command: /usr/local/sbin/update-motd.sh
|
||||
when: profile_scripts.changed and newhost is not defined and not newhost
|
||||
tags: base-shell
|
||||
ignore_errors: yes
|
||||
|
||||
- name: run update-issue on change
|
||||
command: /usr/local/sbin/update-issue.sh
|
||||
when: profile_scripts.changed and newhost is not defined and not newhost
|
||||
tags: base-shell
|
||||
ignore_errors: yes
|
||||
|
||||
# htop
|
||||
- name: install htop configuration
|
||||
|
|
Loading…
Reference in New Issue