Commit c2f61437 by Kevin Falcone

This playbook won't run on old hosts without the new var defined

parent 54e89f13
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
- "edx-services" - "edx-services"
# This catches the case where tracking.log is 0b # This catches the case where tracking.log is 0b
- name: Sync again - name: Sync again
command: /edx/bin/send-logs-to-s3 -d "{{ COMMON_LOG_DIR }}/tracking/*" -b "{{ COMMON_OBJECT_STORE_LOG_SYNC_BUCKET }}/logs/tracking" command: /edx/bin/send-logs-to-s3 -d "{{ COMMON_LOG_DIR }}/tracking/*" -b "{{ COMMON_AWS_SYNC_BUCKET }}/logs/tracking"
- name: Run minos verification - name: Run minos verification
hosts: "{{TARGET}}" hosts: "{{TARGET}}"
......
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