Remove cached motd

This commit is contained in:
Alexandre Iooss 2021-11-22 18:01:21 +01:00
parent cfb891d10c
commit 1392e3fe64
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@
- 20-uname
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
become: true
file: