Commit aaaa9c5d by Max Rothman

max/xqwatcher-testing

parent c364ef5c
......@@ -54,18 +54,24 @@
- install
- install:code
- name: wtf
debug:
msg: "{{ item.QUEUE_CONFIG.HANDLERS[0].CODEJAIL.name }}"
with_items: "{{ XQWATCHER_COURSES }}"
- name: Write out requirements.txt
template:
src: "edx/app/xqwatcher/data/requirements.txt.j2"
dest: "{{ xqwatcher_app_dir }}/data/{{ item.QUEUE_CONFIG.HANDLERS[0].CODEJAIL.name }}-requirements.txt"
dest: "{{ xqwatcher_app_dir }}/data/testing-requirements.txt"
owner: root
group: root
mode: "0440"
with_items: "{{ XQWATCHER_COURSES }}"
tags:
- install
- install:code
- fail: Stop here
- name: Install course specific python requirements
pip:
requirements: "{{ xqwatcher_app_data }}/{{ item.QUEUE_CONFIG.HANDLERS[0].CODEJAIL.name }}-requirements.txt"
......
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