fix: make snapd_service a bool
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
a9dd3dedf0
commit
12585d8782
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# set defaults
|
||||
- name: "set facts"
|
||||
ansible.builtin.set_fact:
|
||||
__snapd_service: "{{ snapd_service | default('false') }}"
|
||||
__snapd_service: "{{ snapd_service | default('False') | bool }}"
|
||||
|
||||
# purge snapd
|
||||
- name: "snapd - purge - package"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue