Ignore errors on stupid tasks

This commit is contained in:
Joshua Boniface 2024-11-04 16:03:21 -05:00
parent fe050509c0
commit f5fe9c1f70
1 changed files with 2 additions and 0 deletions

View File

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