1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[PR #6121/c0cb7958 backport][stable-6] Documentation: yum_versionlock typo fix (#6126)

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 c0cb7958cb)

Co-authored-by: AnatomicJC <github@open-web.fr>
This commit is contained in:
patchback[bot] 2023-03-02 20:16:13 +01:00 committed by GitHub
parent 1d39bbefd9
commit ec228bf32f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,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'''