Commit 46283a73 by Edward Zarecor

typo

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