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: