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
|
- name: run update-motd on change
|
||||||
command: /usr/local/sbin/update-motd.sh
|
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
|
tags: base-shell
|
||||||
|
|
||||||
- name: run update-issue on change
|
- name: run update-issue on change
|
||||||
command: /usr/local/sbin/update-issue.sh
|
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
|
tags: base-shell
|
||||||
|
|
||||||
# htop
|
# htop
|
||||||
|
|
Loading…
Reference in New Issue