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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user