From f5fe9c1f7065e6baba072ef4acf5f20a357a455b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 4 Nov 2024 16:03:21 -0500 Subject: [PATCH] Ignore errors on stupid tasks --- roles/base/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index 46c6591..4e5e8ed 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -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