Skip to content

Commit 37b387a

Browse files
committed
hotfix: Fix failure message
1 parent f1564f4 commit 37b387a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/hotfix-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
vars:
3737
hotfix_containers: "{{ containers_list | split('\n') | regex_search(container_hotfix_container_regex) }}"
3838
fail:
39-
msg: "No containers matched. Please check your regex. Containers running on host: {{ host_containers | split('\n') }}"
39+
msg: "No containers matched. Please check your regex. Containers running on host: {{ host_containers.stdout_lines }}"
4040
when: hotfix_containers == ""
4141

4242
- name: Ensure hotfix-files directory exists on the remote host

0 commit comments

Comments
 (0)