From 015463f33a2ef0d86ba8d54ba51fa7fef36858e6 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 28 Dec 2022 22:05:01 +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 a00c1de..13ac82d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,6 +1,6 @@ --- -- name: Include special distribution-dependent variables +- name: Include OS-specific variables include_vars: "{{ ansible_os_family }}.yml" - name: Install bind and dependencies