Skip to content

Commit eb47c5c

Browse files
committed
Add debug again
1 parent b319b57 commit eb47c5c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

playbooks/base/post-logs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
- hosts: localhost
33
gather_facts: False
44
tasks:
5+
- debug:
6+
msg: "{{ zuul_s3.access_key }}"
7+
- debug:
8+
msg: "{{ zuul_s3.access_key | trim }}"
9+
- debug:
10+
msg: "{{ zuul_s3.secret_key }}"
11+
- debug:
12+
msg: "{{ zuul_s3.secret_key | trim }}"
513
- include_role:
614
name: generate-zuul-manifest
715
- include_role:

0 commit comments

Comments
 (0)