Ignore errors. Had to uninstall from Manjaro manually, unsure why package was unhappy.
This commit is contained in:
parent
956f405293
commit
b3c2f65cae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user