Fix issue with newhost inverse definition

This commit is contained in:
Joshua Boniface 2024-09-05 01:27:31 -04:00
parent 31728c0915
commit 6b390d7082
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 and not newhost
when: profile_scripts.changed and newhost is not defined and not newhost
tags: base-shell
- name: run update-issue on change
command: /usr/local/sbin/update-issue.sh
when: profile_scripts.changed and not newhost
when: profile_scripts.changed and newhost is not defined and not newhost
tags: base-shell
# htop