Remove cached motd
This commit is contained in:
parent
cfb891d10c
commit
1392e3fe64
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue