Remove cached motd

This commit is contained in:
Alexandre Iooss 2021-11-22 18:01:21 +01:00
parent cfb891d10c
commit 1392e3fe64

View file

@ -22,6 +22,13 @@
- 20-uname - 20-uname
notify: Remove cached motd notify: Remove cached motd
- name: Remove Debian uname motd
become: true
file:
path: /etc/update-motd.d/10-uname
state: absent
notify: Remove cached motd
- name: Remove Debian warranty motd - name: Remove Debian warranty motd
become: true become: true
file: file: