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 f1564f4 commit 37b387aCopy full SHA for 37b387a
etc/kayobe/ansible/hotfix-containers.yml
@@ -36,7 +36,7 @@
36
vars:
37
hotfix_containers: "{{ containers_list | split('\n') | regex_search(container_hotfix_container_regex) }}"
38
fail:
39
- msg: "No containers matched. Please check your regex. Containers running on host: {{ host_containers | split('\n') }}"
+ msg: "No containers matched. Please check your regex. Containers running on host: {{ host_containers.stdout_lines }}"
40
when: hotfix_containers == ""
41
42
- name: Ensure hotfix-files directory exists on the remote host
0 commit comments