From ff81d44d247835d5ac648b678d087eae1fd39fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 5 May 2022 11:56:34 +0200 Subject: [PATCH] Don't use a variable before we load variables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/groups/batcave.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index abab249e69..7e85f770de 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -1,4 +1,4 @@ -- import_playbook: "{{ ansible_base }}/ansible/playbooks/include/virt-create.yml" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml" vars: myhosts: batcave