feat: use bools properly

This commit is contained in:
Simon Cornet 2025-07-11 19:01:43 +02:00
commit dfff4793c3

View file

@ -5,7 +5,7 @@
ansible.builtin.apt: ansible.builtin.apt:
name: "lxd" name: "lxd"
state: "absent" state: "absent"
purge: "yes" purge: true
when: 'ansible_os_family == "Debian"' when: 'ansible_os_family == "Debian"'
tags: tags:
- "lxd" - "lxd"