feat: use proper bools
This commit is contained in:
parent
a992f9f333
commit
44b3eeb619
3 changed files with 4 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
|||
- name: "manage snapd"
|
||||
tags: "snap"
|
||||
block:
|
||||
|
||||
# set defaults
|
||||
- name: "set facts"
|
||||
ansible.builtin.set_fact:
|
||||
|
|
@ -14,7 +15,7 @@
|
|||
ansible.builtin.apt:
|
||||
name: "snapd"
|
||||
state: "absent"
|
||||
purge: "yes"
|
||||
purge: true
|
||||
when: "not __snapd_service"
|
||||
|
||||
# install snapd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue