From b152857cdd3b97f1d8e0cd4f67a5bce35493485a Mon Sep 17 00:00:00 2001 From: NaeiKinDus Date: Tue, 26 Dec 2023 00:00:00 +0000 Subject: [PATCH] fix(common): fixed circular dig reference --- .../infrastructure/roles/common/templates/home/.zsh_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {