Merge "run-production-playbook-post: generate timestamp"

This commit is contained in:
Zuul 2022-07-16 01:03:27 +00:00 committed by Gerrit Code Review
commit ec22cb9b5b

View File

@ -83,6 +83,10 @@
# If we aren't publishing logs through zuul then keep a set on
# bridge directly.
- name: Get a current timestamp
set_fact:
_log_timestamp: "{{ lookup('pipe', 'date +%Y-%m-%dT%H:%M:%S') }}"
- name: Rename playbook log on bridge
when: not infra_prod_playbook_collect_log
become: yes