run-production-playbook: fix stray }}

Introduced with I47f63df04d58b7a87bce445da0c0bdcb80edc8f9

I swear this will work this time! :)

Change-Id: I2473d65d2d73c85c5e56275f5b4040643fa46b74
This commit is contained in:
Ian Wienand 2022-02-22 14:16:57 +11:00
parent 02574e406c
commit c23337e1ba
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# NOTE(ianw): 2022-02-22 11:54 AEST : comment to trigger prod run
# NOTE(ianw): 2022-02-22 14:16 AEST : comment to trigger prod run
- hosts: "codesearch:!disabled"
name: "Configure codesearch"
roles:

View File

@ -62,8 +62,8 @@
mode: pull
verify_host: true
loop:
- ['{{ _encrypt_tempdir.path }}/{{ playbook_name }}.log.gpg', '{{ zuul.executor.log_root }}/{{ playbook_name }}.log.gpg }}']
- ['{{ _encrypt_tempdir.path }}/download-logs.sh }}' , '{{ zuul.executor.log_root }}/download-gpg-logs.sh }}']
- ['{{ _encrypt_tempdir.path }}/{{ playbook_name }}.log.gpg', '{{ zuul.executor.log_root }}/{{ playbook_name }}.log.gpg']
- ['{{ _encrypt_tempdir.path }}/download-logs.sh }}' , '{{ zuul.executor.log_root }}/download-gpg-logs.sh']
always: