kea_dhcp(role): fix include wars check
This commit is contained in:
parent
9d5215e6ec
commit
dc29dd8b13
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Include config vars
|
- name: Include config vars
|
||||||
when: kea_dhcp__include_vars is not None
|
when: kea_dhcp__include_vars != None
|
||||||
ansible.builtin.include_vars:
|
ansible.builtin.include_vars:
|
||||||
file: "{{ kea_dhcp__include_vars }}"
|
file: "{{ kea_dhcp__include_vars }}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue