diff --git a/collections/ansible_collections/nullified/infrastructure/roles/common/templates/home/.zsh_functions b/collections/ansible_collections/nullified/infrastructure/roles/common/templates/home/.zsh_functions index ea15772..6459dcb 100644 --- a/collections/ansible_collections/nullified/infrastructure/roles/common/templates/home/.zsh_functions +++ b/collections/ansible_collections/nullified/infrastructure/roles/common/templates/home/.zsh_functions @@ -1,5 +1,5 @@ function ydig() { - dig +yaml "${@}" | yq '.[].message.response_message_data|{"answer": .ANSWER_SECTION, status}' + \dig +yaml "${@}" | yq '.[].message.response_message_data|{"answer": .ANSWER_SECTION, status}' } function kubeshell() {