Commit 830ea881 by e0d

removing comment

parent bc88d639
......@@ -2,7 +2,6 @@
# -e@/vars/env.yml --limit Terminating_Wait
- name: Stop all services
#hosts: Terminating_Wait
hosts: all
sudo: True
gather_facts: False
......@@ -12,7 +11,6 @@
- stop_all_edx_services
- name: Sync the logs to s3
#hosts: Terminating_Wait
hosts: all
sudo: True
tasks:
......@@ -20,7 +18,6 @@
command: /edx/bin/send-logs-to-s3
- name: Run minos
#hosts: Terminating_Wait
hosts: all
sudo: True
tasks:
......
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