Remove cached motd

pull/67/head
Alexandre Iooss 3 years ago
parent cfb891d10c
commit 1392e3fe64

@ -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:

Loading…
Cancel
Save