feat: use bools properly
This commit is contained in:
parent
4c28efeaa9
commit
dfff4793c3
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
ansible.builtin.apt:
|
||||
name: "lxd"
|
||||
state: "absent"
|
||||
purge: "yes"
|
||||
purge: true
|
||||
when: 'ansible_os_family == "Debian"'
|
||||
tags:
|
||||
- "lxd"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue