Commit 459649ec by Feanil Patel

Vagrant playbooks need common now.

This is needed now because edx-ansible no longer directely depends on common.
parent 9785fc66
......@@ -16,6 +16,7 @@
EDXAPP_OAUTH_ENFORCE_SECURE: false
EDXAPP_LMS_BASE_SCHEME: http
roles:
- common
- edx_ansible
- mysql
- edxlocal
......
......@@ -17,6 +17,7 @@
EDXAPP_LMS_BASE_SCHEME: http
ECOMMERCE_DJANGO_SETTINGS_MODULE: "ecommerce.settings.devstack"
roles:
- common
- edx_ansible
- mysql
- edxlocal
......
......@@ -15,6 +15,7 @@
forum_version: '{{ OPENEDX_RELEASE | default("master") }}'
xqueue_version: '{{ OPENEDX_RELEASE | default("master") }}'
roles:
- common
- edx_ansible
- user
- role: nginx
......
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