Use nomad_job_info in nomad_job_info examples (#2233) (#2238)

(cherry picked from commit f97d5ca701)

Co-authored-by: Amin Vakil <info@aminvakil.com>
pull/2258/head
patchback[bot] 2021-04-14 10:00:23 +02:00 committed by GitHub
parent 0fbb0039b1
commit 5652423dce
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 = ''' EXAMPLES = '''
- name: Get info for job awx - name: Get info for job awx
community.general.nomad_job: community.general.nomad_job_info:
host: localhost host: localhost
name: awx name: awx
register: result register: result
- name: List Nomad jobs - name: List Nomad jobs
community.general.nomad_job: community.general.nomad_job_info:
host: localhost host: localhost
register: result register: result