Commit 702f7488 by Edward Zarecor

Code review cleanup

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