From 8e6aa8e2394ba0c0f779ef8a391e60dcf31fe790 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 28 Dec 2022 22:03:28 +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 1da9f0a..5144e1d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,6 +1,6 @@ --- -- name: Load variables +- name: Include OS-specific variables include_vars: "{{ ansible_os_family }}.yml" - name: "Remove existing systemd-networkd configuration"