From d0b27d68e200ca004701014f70dda659264a2bc4 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 20:16:09 +0100 Subject: [PATCH] [PR #6121/c0cb7958 backport][stable-5] Documentation: yum_versionlock typo fix (#6125) Documentation: yum_versionlock typo fix (#6121) ##### SUMMARY Fixing typo in documentation, we need to use name parameter instead of package. ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr (cherry picked from commit c0cb7958cb510610684088167b8c2e71987a6a17) Co-authored-by: AnatomicJC --- plugins/modules/packaging/os/yum_versionlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/packaging/os/yum_versionlock.py b/plugins/modules/packaging/os/yum_versionlock.py index 4835f6116c..2970c1ea1f 100644 --- a/plugins/modules/packaging/os/yum_versionlock.py +++ b/plugins/modules/packaging/os/yum_versionlock.py @@ -58,7 +58,7 @@ EXAMPLES = r''' - name: Remove lock from Apache / httpd to be updated again community.general.yum_versionlock: state: absent - package: httpd + name: httpd ''' RETURN = r'''