Use nomad_job_info in nomad_job_info examples (#2233)

pull/2251/head
Amin Vakil 2021-04-14 11:55:40 +04:30 committed by GitHub
parent bfd6d2b3aa
commit f97d5ca701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -36,13 +36,13 @@ seealso:
EXAMPLES = '''
- name: Get info for job awx
community.general.nomad_job:
community.general.nomad_job_info:
host: localhost
name: awx
register: result
- name: List Nomad jobs
community.general.nomad_job:
community.general.nomad_job_info:
host: localhost
register: result