roles/common: Actually remove annoying Ubuntu motd spam
This commit is contained in:
parent
12a35f4af7
commit
ed2e0efd9c
@ -48,7 +48,7 @@
|
|||||||
apt: name={{ ubuntu_annoying_packages }} state=absent purge=yes
|
apt: name={{ ubuntu_annoying_packages }} state=absent purge=yes
|
||||||
|
|
||||||
- name: Disable annoying Canonical spam in MOTD
|
- name: Disable annoying Canonical spam in MOTD
|
||||||
file: path={{ item }} mode=0644
|
file: path={{ item }} mode=0644 state=absent
|
||||||
loop:
|
loop:
|
||||||
- /etc/update-motd.d/99-esm # Ubuntu 14.04
|
- /etc/update-motd.d/99-esm # Ubuntu 14.04
|
||||||
- /etc/update-motd.d/10-help-text # Ubuntu 14.04+
|
- /etc/update-motd.d/10-help-text # Ubuntu 14.04+
|
||||||
|
Loading…
Reference in New Issue
Block a user