diff --git a/tasks/main.yml b/tasks/main.yml index 52ea76f..ef679f8 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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