Commit b01901d3 by Edward Zarecor

Tag corrections

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