mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
This commit is contained in:
parent
345a69304a
commit
c0cb7958cb
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,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 a new issue