diff --git a/playbooks/groups/batcave.yml b/playbooks/groups/batcave.yml index ef54e76567..abab249e69 100644 --- a/playbooks/groups/batcave.yml +++ b/playbooks/groups/batcave.yml @@ -1,4 +1,6 @@ -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=batcave" +- import_playbook: "{{ ansible_base }}/ansible/playbooks/include/virt-create.yml" + vars: + myhosts: batcave - name: make the box be real hosts: batcave