Commit 6d423be1 by Feanil Patel

Merge pull request #1651 from edx/feanil/remove_ora

Remove ora since it's old and conflicts with system packages needed by e...
parents 2129abc3 197fd89b
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
nginx_sites: nginx_sites:
- cms - cms
- lms - lms
- ora
- xqueue - xqueue
- xserver - xserver
- certs - certs
...@@ -31,7 +30,6 @@ ...@@ -31,7 +30,6 @@
- forum - forum
- { role: "xqueue", update_users: True } - { role: "xqueue", update_users: True }
- xserver - xserver
- ora
- certs - certs
- edx_ansible - edx_ansible
- analytics-api - analytics-api
......
- name: Create ec2 instance - name: Create ec2 instance
hosts: localhost hosts: localhost
connection: local connection: local
gather_facts: False gather_facts: True
vars: vars:
keypair: continuous-integration keypair: continuous-integration
instance_type: t2.medium instance_type: t2.medium
......
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