From 6f2cb85fae2f7578fdc63d11ff404e0bc5744623 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 10:00:27 +0200 Subject: [PATCH] Use nomad_job_info in nomad_job_info examples (#2233) (#2239) (cherry picked from commit f97d5ca70157c6d567e56279243f9aa4e0fffec8) Co-authored-by: Amin Vakil --- plugins/modules/clustering/nomad/nomad_job_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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