From 09aad3b3e8008ae634af3d55e71fb481c0ae8dce Mon Sep 17 00:00:00 2001 From: rene Date: Tue, 15 Mar 2022 20:33:44 +0100 Subject: [PATCH] enable os_vars --- local.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local.yml b/local.yml index 19de3d4..26f9857 100644 --- a/local.yml +++ b/local.yml @@ -3,6 +3,8 @@ handlers: - import_tasks: global_handlers/global_handlers.yml connection: local + vars: + - import_vars: "os_vars/{{ ansible_distribution | lower }}.yml" become: true pre_tasks: