[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 c0cb7958cb
)
Co-authored-by: AnatomicJC <github@open-web.fr>
pull/6136/head
parent
70747b0db8
commit
d0b27d68e2
|
@ -58,7 +58,7 @@ EXAMPLES = r'''
|
||||||
- name: Remove lock from Apache / httpd to be updated again
|
- name: Remove lock from Apache / httpd to be updated again
|
||||||
community.general.yum_versionlock:
|
community.general.yum_versionlock:
|
||||||
state: absent
|
state: absent
|
||||||
package: httpd
|
name: httpd
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = r'''
|
RETURN = r'''
|
||||||
|
|
Loading…
Reference in New Issue