pve_service #67

Merged
erdnaxe merged 11 commits from pve_service into master 2021-11-22 18:32:23 +01:00
Showing only changes of commit 1392e3fe64 - Show all commits

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: