Commit bc88d639 by e0d

fixing paths

parent 8b41903c
......@@ -2,7 +2,8 @@
# -e@/vars/env.yml --limit Terminating_Wait
- name: Stop all services
hosts: Terminating_Wait
#hosts: Terminating_Wait
hosts: all
sudo: True
gather_facts: False
vars:
......@@ -11,15 +12,17 @@
- stop_all_edx_services
- name: Sync the logs to s3
hosts: Terminating_Wait
#hosts: Terminating_Wait
hosts: all
sudo: True
tasks:
- name: run log script
command: /edx/bin/send-logs-to-s3
- name: Run minos
hosts: Terminating_Wait
#hosts: Terminating_Wait
hosts: all
sudo: True
tasks:
- name: run minos
command: /edx/app/aws/vens/bin/minos --config /edx/etc/minos.yml --json
command: /edx/app/minos/venvs/bin/minos --config /edx/etc/minos/minos.yml --json
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