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