(cherry picked from commit f97d5ca701
)
Co-authored-by: Amin Vakil <info@aminvakil.com>
pull/2258/head
parent
0fbb0039b1
commit
5652423dce
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue