Commit fabfedd0 by Ned Batchelder

-E lets us set env vars to affect ansible

parent a6aaae1e
...@@ -83,4 +83,4 @@ sudo -H pip install -r requirements.txt ...@@ -83,4 +83,4 @@ sudo -H pip install -r requirements.txt
## ##
## Run the edx_sandbox.yml playbook in the configuration/playbooks directory ## Run the edx_sandbox.yml playbook in the configuration/playbooks directory
## ##
cd /var/tmp/configuration/playbooks && sudo ansible-playbook -c local ./edx_sandbox.yml -i "localhost," $EXTRA_VARS cd /var/tmp/configuration/playbooks && sudo -E ansible-playbook -c local ./edx_sandbox.yml -i "localhost," $EXTRA_VARS
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