From a9feedd9e05bbfcba0c239b34620d6318349a9cc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Oct 2018 22:07:15 +0000 Subject: [PATCH] add import of vars to virt-instance create, should get almost all our hosts --- tasks/virt_instance_create.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index 9c92aa11eb..08b0fca8c6 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -1,6 +1,7 @@ # # This task is the thing that creates a vm for later use # +- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README - name: get vm list delegate_to: "{{ vmhost }}"