Commit 46283a73 by Edward Zarecor

typo

parent f8adb3e4
......@@ -98,7 +98,7 @@
sudo_user: "{{ supervisor_user }}"
tags:
- install
- install:config
- install:configuration
- name: "enable edxapp supervisor script"
file: >
......@@ -110,7 +110,7 @@
sudo_user: "{{ supervisor_user }}"
tags:
- install
- install:config
- install:configuration
- name: "enable celery worker supervisor script"
file: >
......@@ -122,7 +122,7 @@
sudo_user: "{{ supervisor_user }}"
tags:
- install
- install:config
- install:configuration
- name: create helper scripts for managing edxapp
template: >
......@@ -135,7 +135,7 @@
- service_variants_enabled
tags:
- install
- install:config
- install:configuration
# Syncdb with migrate when the migrate user is overridden in extra vars
- name: syncdb and migrate
......
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