fix(awx): add command

This commit is contained in:
Michele Cereda
2024-12-08 22:17:33 +01:00
parent 0aab30df0c
commit 0501a2a83e

View File

@@ -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