Commit b52eebef by Ned Batchelder Committed by GitHub

Merge pull request #4037 from edx/nedbat/sandbox-cli-args

sandbox.sh will use command-line args for the big playbook run
parents 1a7ac69c e198263b
...@@ -90,4 +90,4 @@ sudo -H pip install -r requirements.txt ...@@ -90,4 +90,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 -E 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