We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b319b57 commit eb47c5cCopy full SHA for eb47c5c
playbooks/base/post-logs.yaml
@@ -2,6 +2,14 @@
2
- hosts: localhost
3
gather_facts: False
4
tasks:
5
+ - debug:
6
+ msg: "{{ zuul_s3.access_key }}"
7
8
+ msg: "{{ zuul_s3.access_key | trim }}"
9
10
+ msg: "{{ zuul_s3.secret_key }}"
11
12
+ msg: "{{ zuul_s3.secret_key | trim }}"
13
- include_role:
14
name: generate-zuul-manifest
15
0 commit comments