Commit 0c58aff8 by John Jarvis

extra cd

parent 04e0774b
...@@ -114,8 +114,6 @@ deploy[certs]=$certs ...@@ -114,8 +114,6 @@ deploy[certs]=$certs
ssh-keygen -f "/var/lib/jenkins/.ssh/known_hosts" -R "$deploy_host" ssh-keygen -f "/var/lib/jenkins/.ssh/known_hosts" -R "$deploy_host"
cd playbooks/edx-east
# If reconfigure was selected run non-deploy tasks for all roles # If reconfigure was selected run non-deploy tasks for all roles
if [[ $reconfigure == "true" ]]; then if [[ $reconfigure == "true" ]]; then
ansible-playbook -vvvv edx_continuous_integration.yml -i "${deploy_host}," -e "@${extra_vars}" --user ubuntu --skip-tags deploy ansible-playbook -vvvv edx_continuous_integration.yml -i "${deploy_host}," -e "@${extra_vars}" --user ubuntu --skip-tags deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment