Alter format of Debian version in MOTD

This commit is contained in:
Joshua Boniface
2023-01-17 10:48:41 -05:00
parent 3ee4e7cd3f
commit 00005c62d6
2 changed files with 14 additions and 1 deletions

View File

@ -579,6 +579,7 @@
- { src: "usr/local/sbin/update-motd.sh.j2", dest: "/usr/local/sbin/update-motd.sh" }
- { src: "etc/profile.d/w.sh.j2", dest: "/etc/profile.d/w.sh" }
- { src: "etc/profile.d/pvc.sh.j2", dest: "/etc/profile.d/zzz_pvc.sh" }
register: profile_scripts
tags: base-shell
- name: install update-motd crontab
@ -596,6 +597,11 @@
state: absent
tags: base-shell
- name: run update-motd on change
command: /usr/local/sbin/update-motd.sh
when: profile_scripts.changed
tags: base-shell
# htop
- name: install htop configuration
template: