Fix issue with newhost inverse definition
This commit is contained in:
parent
31728c0915
commit
6b390d7082
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue