Manjaro failed to uninstall snapd, try disabling it first.

This commit is contained in:
Hyperling 2021-02-14 07:26:58 -06:00
parent a50cc99839
commit b4ec98752b

View File

@ -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: