Commit 702f7488 by Edward Zarecor

Code review cleanup

parent 664b887a
...@@ -185,6 +185,8 @@ ...@@ -185,6 +185,8 @@
- name: get instance information - name: get instance information
action: ec2_facts action: ec2_facts
tags:
- to-remove
#old syntax - should be fixed #old syntax - should be fixed
- name: tag instance - name: tag instance
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
register: supervisor_update register: supervisor_update
changed_when: supervisor_update.stdout is defined and supervisor_update.stdout != "" changed_when: supervisor_update.stdout is defined and supervisor_update.stdout != ""
when: not disable_edx_services when: not disable_edx_services
- name: ensure xqueue, consumer is running - name: ensure xqueue, consumer is running
supervisorctl: > supervisorctl: >
name={{ item }} name={{ item }}
...@@ -146,6 +146,6 @@ ...@@ -146,6 +146,6 @@
- pip - pip
tags: tags:
- install - install
- install:base - install:app-requirements
- set_fact: xqueue_installed=true - set_fact: xqueue_installed=true
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