From 0aa012611671eca2872bd07ea5bce50d5df3ff7e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 31 Oct 2018 21:57:11 +0000 Subject: [PATCH] include vars on the play level --- playbooks/manual/upgrade/bodhi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/manual/upgrade/bodhi.yml b/playbooks/manual/upgrade/bodhi.yml index f083311f31..448078e382 100644 --- a/playbooks/manual/upgrade/bodhi.yml +++ b/playbooks/manual/upgrade/bodhi.yml @@ -1,8 +1,7 @@ -- include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README - - name: check to see if a mash is going on before we do anything... hosts: bodhi-backend:bodhi-backend-stg user: root + include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README vars_files: - /srv/web/infra/ansible/vars/global.yml - "/srv/private/ansible/vars.yml"