From 0501a2a83ea69403ae4b5df4e4f6747609120cc4 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 8 Dec 2024 22:17:33 +0100 Subject: [PATCH] fix(awx): add command --- snippets/awx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/awx.sh b/snippets/awx.sh index c2a30dc..9df8507 100644 --- a/snippets/awx.sh +++ b/snippets/awx.sh @@ -28,6 +28,7 @@ awx jobs list -f 'jq' --filter '.results[] | .name + " is " + .status' # Show job templates awx job_templates list +awx job_templates list --name 'Dump DBs' | jq '.results[]' - curl -fs --user 'admin:password' 'https://awx.example.org/api/v2/job_templates/' | jq '.' - # Modify job templates