)]}'
{"roles/airship-gather-pod-logs/tasks/get-contexts.yaml":[{"author":{"_account_id":28690,"name":"Sirajudeen","email":"sirajudeen.yasin@gmail.com","username":"siraj.yasin"},"change_message_id":"bfc1dfbde4547435571c97dc1d378a74e3c50b65","unresolved":false,"context_lines":[{"line_number":17,"context_line":""},{"line_number":18,"context_line":"  - name: \"Save kubeconfig contexts to list\""},{"line_number":19,"context_line":"    set_fact:"},{"line_number":20,"context_line":"      kctl_context_list: \"{{ kctl_context_command.stdout.split(\u0027\\n\u0027) }}\""}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_72158c9b","line":20,"updated":"2020-09-14 22:19:03.000000000","message":"can we use stdout_lines instead of using split on stdout ?","commit_id":"a5c6b12e7ed29517963020eea83fcaf7583b2aa8"}],"roles/airship-gather-pod-logs/tasks/save-context-logs.yaml":[{"author":{"_account_id":28690,"name":"Sirajudeen","email":"sirajudeen.yasin@gmail.com","username":"siraj.yasin"},"change_message_id":"4905f5c57599a6bdd9e640f9a58e2c723d1ccb2e","unresolved":false,"context_lines":[{"line_number":50,"context_line":"            done"},{"line_number":51,"context_line":"          }"},{"line_number":52,"context_line":"          export -f get_pod_logs"},{"line_number":53,"context_line":"          kubectl config use-context {{ kctl_context | default(\"dummy_cluster\") }}"},{"line_number":54,"context_line":"          get_namespaces | \\"},{"line_number":55,"context_line":"            xargs -r -n 1 -P ${PARALLELISM_FACTOR} -I {} bash -c \u0027get_pods \"$@\"\u0027 _ {} | \\"},{"line_number":56,"context_line":"            xargs -r -n 2 -P ${PARALLELISM_FACTOR} -I {} bash -c \u0027get_pod_logs \"$@\"\u0027 _ {}"}],"source_content_type":"text/x-yaml","patch_set":3,"id":"9f560f44_72f10c6b","line":53,"updated":"2020-09-14 22:29:51.000000000","message":"will there be any situation where kctl_context be empty or undefined. If i follow correct, this file itself will be included only when \"kctl_context_list | length \u003e 0\".\n\nDo we need to set default here ?","commit_id":"a5c6b12e7ed29517963020eea83fcaf7583b2aa8"}]}
