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:
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue