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:
name: "lxd"
state: "absent"
purge: "yes"
purge: true
when: 'ansible_os_family == "Debian"'
tags:
- "lxd"