chore(snippets): review commands after use

This commit is contained in:
Michele Cereda
2025-02-25 20:08:34 +03:00
parent 87db16042f
commit 01aa5b159a
6 changed files with 21 additions and 6 deletions

View File

@@ -36,6 +36,7 @@ curl -fs --user 'admin:password' 'https://awx.example.org/api/v2/job_templates/'
# Show one job template
awx job_templates get "This job template's name" | jq -S '.' -
curl -fs --user 'admin:password' 'https://awx.example.org/api/v2/job_templates/' | jq '.results[]|select(.id==22)' -
# Modify job templates
awx job_templates modify '1' --extra_vars "@vars.yml"