Stop updating PackageKit
This commit is contained in:
parent
eb5a477707
commit
88c8ef3f2b
1 changed files with 5 additions and 0 deletions
|
@ -27,3 +27,8 @@
|
||||||
enabled: no
|
enabled: no
|
||||||
masked: yes
|
masked: yes
|
||||||
state: stopped
|
state: stopped
|
||||||
|
- name: Delete PackageKit/APT integration
|
||||||
|
become: true
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /etc/apt/apt.conf.d/20packagekit
|
||||||
|
state: absent
|
||||||
|
|
Loading…
Add table
Reference in a new issue