Commit b01901d3 by Edward Zarecor

Tag corrections

parent ab195c64
......@@ -22,7 +22,7 @@
with_items: XQWATCHER_COURSES
tags:
- install
- install:base
- install:configuration
- name: write out sudoers for watcher
template: >
......@@ -32,7 +32,7 @@
with_items: XQWATCHER_COURSES
tags:
- install
- install:base
- install:configuration
# see comment below as to why this is skipped.
- name: put code jail into aa-complain
......@@ -48,7 +48,7 @@
with_items: XQWATCHER_COURSES
tags:
- install
- install:base
- install:code
- name: write out requirements.txt
template: >
......@@ -58,7 +58,7 @@
with_items: XQWATCHER_COURSES
tags:
- install
- install:base
- install:code
- name: install course specific python requirements
pip: >
......@@ -69,7 +69,7 @@
with_items: XQWATCHER_COURSES
tags:
- install
- install:base
- install:code
- name: give other read permissions to the virtualenv
shell: >
......@@ -77,7 +77,7 @@
with_items: XQWATCHER_COURSES
tags:
- install
- install:base
- install:code
- name: start apparmor service
service: name=apparmor state=started
......
......@@ -5,7 +5,7 @@
owner={{ xqwatcher_user }} group={{ xqwatcher_user }} mode=0600
tags:
- install
- install:base
- install:code
#TODO: remove once xqwatcher.json can be pulled out into /edx/etc/
- name: write out watcher config file
......@@ -15,7 +15,7 @@
mode=0644 owner={{ xqwatcher_user }} group={{ xqwatcher_user }}
tags:
- install
- install:base
- install:configuration
- include: deploy_watcher.yml
tags:
......
......@@ -10,4 +10,4 @@
with_items: XQWATCHER_COURSES
tags:
- install
- install:base
- install:code
......@@ -10,7 +10,7 @@
sudo_user: "{{ xqwatcher_user }}"
tags:
- install
- install:application-requirements
- install:app-requirements
- name: write out course config files
template: >
......
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