mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit f97d5ca701
)
Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
parent
5cdc70bda9
commit
6f2cb85fae
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue