WIP: new z9 ccchh router #98
1 changed files with 1 additions and 1 deletions
kea_dhcp(role): fix include wars check
commit
dc29dd8b13
|
|
@ -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
|
||||||
|
bitwhisker marked this conversation as resolved
Outdated
|
|||||||
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
I would rather just stick to only having tags at the playbook level. I don't think this kind granular control for the role is really needed as it the config files also shouldn't trigger a reload, if not changed.
this was just copied from the fux noc ansible, but I can remove it