From 9bdc72d17311e1c58c17dc9404bb35321bdb4e8e Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 28 Dec 2022 22:03:49 +0100 Subject: [PATCH] fix: use a better task name to load os specific vars --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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