Skip to content

Commit e76e607

Browse files
committed
Debugging
1 parent dc8baaf commit e76e607

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ansible/kayobe-automation-run-tempest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@
127127
become: true
128128
when: tempest_cacert is defined
129129

130+
- name: Query hostname
131+
command: |-
132+
hostname
133+
register: out
134+
135+
- debug: var=out.stdout_lines
136+
130137
- name: Run tempest
131138
command: |-
132139
docker run --rm --entrypoint=/usr/bin/rally-verify-wrapper.sh

0 commit comments

Comments
 (0)