diff --git a/plugins/modules/clustering/nomad/nomad_job_info.py b/plugins/modules/clustering/nomad/nomad_job_info.py index d10c0a0438..5e9455f77b 100644 --- a/plugins/modules/clustering/nomad/nomad_job_info.py +++ b/plugins/modules/clustering/nomad/nomad_job_info.py @@ -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