From cf61d10caeae36bd4ce5d10eb075408b5a58dc8b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 2 Aug 2020 19:03:25 -0300 Subject: Revert "provision.env.yaml: Tweak relative paths" This reverts commit cb15c40682b990697087380e102cd39fca47f6d9. Instead of the previous solution, copy the provision.yaml file before running the Ansible playbook. --- scripts/ci/deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/ci/deploy.sh') diff --git a/scripts/ci/deploy.sh b/scripts/ci/deploy.sh index 1a7e400..0383911 100755 --- a/scripts/ci/deploy.sh +++ b/scripts/ci/deploy.sh @@ -100,5 +100,6 @@ echo "Done." echo "Running the Ansible provision.yaml playbook..." create-known-hosts-file -ansible-playbook -v ./generated/provision.yaml > ./logs/ansible-provision.txt +mv ./generated/provision.yaml ./provision.yaml +ansible-playbook -v provision.yaml > ./logs/ansible-provision.txt echo "Done." -- cgit v1.2.3