base: Remove rsyslogd reinstall
This reverts the changes made with
e0fc90cd06
as it has been deployed.
Change-Id: If5de429d2259a151c5e4c22fab0c6588341465e1
This commit is contained in:
parent
4ce223d83a
commit
343c626c5e
@ -56,22 +56,6 @@
|
|||||||
src: debian_limits.conf
|
src: debian_limits.conf
|
||||||
dest: /etc/security/limits.d/60-nofile-limit.conf
|
dest: /etc/security/limits.d/60-nofile-limit.conf
|
||||||
|
|
||||||
# NOTE(ianw): 2020-10-08: custom file no longer required; remove this
|
|
||||||
# reinstall after this has applied.
|
|
||||||
- name: Custom rsyslog config to disable /dev/xconsole noise
|
|
||||||
file:
|
|
||||||
path: /etc/rsyslog.d/50-default.conf
|
|
||||||
state: absent
|
|
||||||
- name: Purge rsyslog config
|
|
||||||
apt:
|
|
||||||
name: rsyslog
|
|
||||||
state: absent
|
|
||||||
purge: yes
|
|
||||||
- name: Reinstall rsyslog to get default config back
|
|
||||||
apt:
|
|
||||||
name: rsyslog
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: Install apt-daily 10periodic file for unattended-upgrades
|
- name: Install apt-daily 10periodic file for unattended-upgrades
|
||||||
copy:
|
copy:
|
||||||
mode: 0444
|
mode: 0444
|
||||||
|
Loading…
Reference in New Issue
Block a user