From f97d5ca70157c6d567e56279243f9aa4e0fffec8 Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Wed, 14 Apr 2021 11:55:40 +0430 Subject: [PATCH] Use nomad_job_info in nomad_job_info examples (#2233) --- 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