From 33bd6381dc5e43ee8bb860e84dd1b50da9bb75a1 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 2 Nov 2025 15:18:44 +0100 Subject: [PATCH] fix: vars location --- playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yaml b/playbook.yaml index 9d23231..dee7aaf 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -18,7 +18,7 @@ # load os variables - name: "include os specific vars" - ansible.builtin.include_vars: "{{ ansible_os_family }}.yaml" + ansible.builtin.include_vars: "vars/{{ ansible_os_family }}.yaml" tags: "always" # set hostname