@@ -0,0 +1,7 @@
|
||||
# To prevent repository packages from triggering the installation of Snap,
|
||||
# this file forbids snapd from being installed by APT.
|
||||
# For more information: https://linuxmint-user-guide.readthedocs.io/en/latest/snap.html
|
||||
|
||||
Package: snapd
|
||||
Pin: release a=*
|
||||
Pin-Priority: -10
|
||||
@@ -0,0 +1,12 @@
|
||||
- name: Remove snapd
|
||||
ansible.builtin.apt:
|
||||
name: snapd
|
||||
state: absent
|
||||
autoremove: true
|
||||
purge: true
|
||||
|
||||
- name: Copy nosnap apt preferences
|
||||
ansible.builtin.copy:
|
||||
src: nosnap.pref
|
||||
dest: /etc/apt/preferences.d/nosnap.pref
|
||||
mode: "0644"
|
||||
Reference in New Issue
Block a user