Commit 7e4d76bd by John Jarvis

updating task name

parent 4369a040
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# #
# #
# Tasks for role edx_service # Tasks for role edx_service
# #
# Overview: # Overview:
# #
# This role performs the repetive tasks that most edX roles # This role performs the repetive tasks that most edX roles
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
- "{{ COMMON_APP_DIR }}/{{ edx_service_name }}/venvs" - "{{ COMMON_APP_DIR }}/{{ edx_service_name }}/venvs"
- "{{ COMMON_APP_DIR }}/{{ edx_service_name }}/data" - "{{ COMMON_APP_DIR }}/{{ edx_service_name }}/data"
- name: create edx_service app and venv dir - name: create edx_service log dir
file: > file: >
path="{{ item }}" path="{{ item }}"
state=directory state=directory
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
group="{{ common_web_group }}" group="{{ common_web_group }}"
with_items: with_items:
- "{{ COMMON_LOG_DIR }}/{{ edx_service_name }}" - "{{ COMMON_LOG_DIR }}/{{ edx_service_name }}"
- name: install a bunch of system packages on which edx_service relies - name: install a bunch of system packages on which edx_service relies
apt: pkg={{ item }} state=present apt: pkg={{ item }} state=present
...@@ -63,4 +63,4 @@ ...@@ -63,4 +63,4 @@
- name: install a bunch of system packages on which edx_service relies - name: install a bunch of system packages on which edx_service relies
yum: pkg={{ item }} state=present yum: pkg={{ item }} state=present
with_items: "{{ edx_service_name }}_redhat_pkgs" with_items: "{{ edx_service_name }}_redhat_pkgs"
when: ansible_distribution in common_redhat_variants when: ansible_distribution in common_redhat_variants
\ No newline at end of file
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