Manjaro failed to uninstall snapd, try disabling it first.
This commit is contained in:
parent
a50cc99839
commit
b4ec98752b
@ -38,7 +38,15 @@
|
||||
- chromium-browser
|
||||
state: absent
|
||||
|
||||
# TODO: Confirm if Ubuntu still uses snap for critical components like GNOME.
|
||||
# Ubuntu still uses snap for critical components like GNOME, must keep.
|
||||
- name: General | Software | Services | Disable CUPS Daemon
|
||||
service:
|
||||
name: snapd
|
||||
pattern: snapd
|
||||
state: stopped
|
||||
enabled: no
|
||||
when: ansible_distribution != "Ubuntu"
|
||||
|
||||
- name: General | Software | Packages | Remove Snap (Besides Ubuntu)
|
||||
package:
|
||||
name:
|
||||
|
Loading…
x
Reference in New Issue
Block a user