diff --git a/playbooks/edx-east/retire_host.yml b/playbooks/edx-east/retire_host.yml
index f8be0aa..2b4caa6 100644
--- a/playbooks/edx-east/retire_host.yml
+++ b/playbooks/edx-east/retire_host.yml
@@ -2,7 +2,7 @@
 # -e@/vars/env.yml --limit Terminating_Wait
 
 - name: Stop all services
-  hosts: Terminating_Wait
+  hosts: all
   sudo: True
   gather_facts: False
   vars:
@@ -11,15 +11,15 @@
     - stop_all_edx_services
 
 - name: Sync the logs to s3
-  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: 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