Skip to content

Commit 1423355

Browse files
committed
Add some debug so we can see what ansible_play_hosts and ansible_play_hosts_all look like
1 parent 79ee134 commit 1423355

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etc/kayobe/ansible/stackhpc-cloud-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@
168168
# For jump host
169169
use_ssh_args: true
170170

171+
- name: A bit of debug
172+
ansible.builtin.debug:
173+
msg:
174+
- "ansible_play_hosts_all: {{ ansible_play_hosts_all }}"
175+
- "ansible_play_hosts: {{ ansible_play_hosts }}"
176+
171177
- name: Write a file containing failed test runs
172178
ansible.builtin.copy:
173179
content: |-

0 commit comments

Comments
 (0)