Ignore errors. Had to uninstall from Manjaro manually, unsure why package was unhappy.

This commit is contained in:
Hyperling 2021-02-14 07:31:01 -06:00
parent 956f405293
commit b3c2f65cae

View File

@ -46,6 +46,7 @@
state: stopped
enabled: no
when: ansible_distribution != "Ubuntu"
ignore_errors: yes
- name: General | Software | Packages | Remove Snap (Besides Ubuntu)
package:
@ -53,3 +54,4 @@
- snapd
state: absent
when: ansible_distribution != "Ubuntu"
ignore_errors: yes