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_prpull/6049/head
parent
345a69304a
commit
c0cb7958cb
|
@ -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'''
|
||||
|
|
Loading…
Reference in New Issue