fix: use a better task name to load os specific vars
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 22:03:49 +01:00
parent 826e354966
commit 9bdc72d173

View File

@ -6,7 +6,7 @@
- dhcpd_subnets | length > 0
fail_msg: "No subnet defined"
- name: include special distribution-dependent variables
- name: Include OS-specific variables
include_vars: "{{ ansible_os_family }}.yml"
- name: install dhcpd with dependencies