Commit 98b35395 by Edward Zarecor

Removing unneeded directives.

parent 254db17a
...@@ -2,7 +2,6 @@ FROM edxops/precise-common:latest ...@@ -2,7 +2,6 @@ FROM edxops/precise-common:latest
MAINTAINER edxops MAINTAINER edxops
USER root USER root
RUN apt-get update
ADD . /edx/app/edx_ansible/edx_ansible ADD . /edx/app/edx_ansible/edx_ansible
COPY docker/build/xqueue/ansible_overrides.yml / COPY docker/build/xqueue/ansible_overrides.yml /
WORKDIR /edx/app/edx_ansible/edx_ansible/docker/plays WORKDIR /edx/app/edx_ansible/edx_ansible/docker/plays
......
...@@ -3,6 +3,5 @@ ...@@ -3,6 +3,5 @@
sudo: True sudo: True
gather_facts: True gather_facts: True
roles: roles:
- common_vars
- docker - docker
- xqueue - xqueue
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