update credential list examples in awx collection

This commit is contained in:
sean-m-sullivan
2023-04-06 00:52:37 -04:00
committed by John Westcott IV
parent eb704dbaad
commit 9b716235a2
4 changed files with 10 additions and 2 deletions

View File

@@ -151,7 +151,9 @@ EXAMPLES = '''
job_launch:
job_template: "My Job Template"
inventory: "My Inventory"
credential: "My Credential"
credentials:
- "My Credential"
- "suplementary cred"
register: job
- name: Wait for job max 120s
job_wait: