Skip update-motd and update-issue run on bootstrap

This commit is contained in:
Joshua Boniface 2024-08-30 12:16:35 -04:00
parent 506d2ada49
commit 8f5e162fd6
1 changed files with 2 additions and 2 deletions

View File

@ -664,12 +664,12 @@
- name: run update-motd on change
command: /usr/local/sbin/update-motd.sh
when: profile_scripts.changed
when: profile_scripts.changed and not newhost
tags: base-shell
- name: run update-issue on change
command: /usr/local/sbin/update-issue.sh
when: profile_scripts.changed
when: profile_scripts.changed and not newhost
tags: base-shell
# htop