Skip update-motd and update-issue run on bootstrap
This commit is contained in:
parent
506d2ada49
commit
8f5e162fd6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue