From 4c1f3938526b7b653012832d066e081eb134c167 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Wed, 25 Oct 2017 08:21:35 -0600 Subject: ansible deploy script typo --- salt/openbook/ansible/files/deploy-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/openbook/ansible/files/deploy-branch.sh b/salt/openbook/ansible/files/deploy-branch.sh index 3a1a72e..59ba614 100644 --- a/salt/openbook/ansible/files/deploy-branch.sh +++ b/salt/openbook/ansible/files/deploy-branch.sh @@ -9,5 +9,5 @@ rm -f env.yaml ln -s env.yaml.openbook env.yaml popd pushd ${buildroot} -ansible-playbook -i inventory_${env}.rb openbook_installer.yaml +ansible-playbook -i inventory_json_${env}.rb openbook_installer.yaml popd -- cgit v1.3