Commit 47a5e2ff by Edward Zarecor

Removing unneeded directives.

parent 5ec9dd46
FROM edxops/precise-common:latest FROM edxops/precise-common:latest
MAINTAINER edxops MAINTAINER edxops
RUN apt-get update
ADD . /edx/app/edx_ansible/edx_ansible ADD . /edx/app/edx_ansible/edx_ansible
COPY docker/build/insights/ansible_overrides.yml / COPY docker/build/insights/ansible_overrides.yml /
WORKDIR /edx/app/edx_ansible/edx_ansible/docker/plays WORKDIR /edx/app/edx_ansible/edx_ansible/docker/plays
......
...@@ -6,6 +6,5 @@ ...@@ -6,6 +6,5 @@
serial_count: 1 serial_count: 1
serial: "{{ serial_count }}" serial: "{{ serial_count }}"
roles: roles:
- common_vars
- docker - docker
- insights - insights
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