- ---
- - name: Remove "check-mk-agent-plugin-mk-apt" package
- apt:
- name: check-mk-agent-plugin-mk-apt
- state: absent
- - name: disable unattended upgrades
- replace:
- path: /etc/apt/apt.conf.d/20auto-upgrades
- regexp: '1'
- replace: '0'
-
- - name: cleanup apt-update - mk_job
- file:
- path: /var/lib/check_mk_agent/job/root/apt-update
- state: absent
|