fix: make snapd_service a bool
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-20 08:46:56 +02:00
commit 12585d8782

View file

@ -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"