Manjaro failed to uninstall snapd, try disabling it first.
This commit is contained in:
parent
a50cc99839
commit
b4ec98752b
@ -38,7 +38,15 @@
|
|||||||
- chromium-browser
|
- chromium-browser
|
||||||
state: absent
|
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)
|
- name: General | Software | Packages | Remove Snap (Besides Ubuntu)
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user