fix: use a better task name to load os specific vars
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
826e354966
commit
9bdc72d173
@ -6,7 +6,7 @@
|
|||||||
- dhcpd_subnets | length > 0
|
- dhcpd_subnets | length > 0
|
||||||
fail_msg: "No subnet defined"
|
fail_msg: "No subnet defined"
|
||||||
|
|
||||||
- name: include special distribution-dependent variables
|
- name: Include OS-specific variables
|
||||||
include_vars: "{{ ansible_os_family }}.yml"
|
include_vars: "{{ ansible_os_family }}.yml"
|
||||||
|
|
||||||
- name: install dhcpd with dependencies
|
- name: install dhcpd with dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user