From 773d8960ae967fa2086e0e4691f47c6414e11c7a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 20 Dec 2013 18:17:02 +0000 Subject: [PATCH] Need to include vars here if we are using them. --- playbooks/vhost_reboot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playbooks/vhost_reboot.yml b/playbooks/vhost_reboot.yml index fdb74d2c57..3de96660b5 100644 --- a/playbooks/vhost_reboot.yml +++ b/playbooks/vhost_reboot.yml @@ -102,8 +102,12 @@ accelerate: true user: root + vars_files: + - /srv/web/infra/ansible/vars/global.yml + - ${vars}/${ansible_distribution}.yml + tasks: - - include: $tasks/restart_unbound.yml + - include: "{{ tasks }}/restart_unbound.yml" # - name: get info on guests (postreboot) # virt: command=info