mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
@@ -31,8 +31,8 @@ options:
|
||||
elements: str
|
||||
state:
|
||||
description:
|
||||
- If state is C(present), package(s) will be added to yum versionlock list.
|
||||
- If state is C(absent), package(s) will be removed from yum versionlock list.
|
||||
- If state is V(present), package(s) will be added to yum versionlock list.
|
||||
- If state is V(absent), package(s) will be removed from yum versionlock list.
|
||||
choices: [ 'absent', 'present' ]
|
||||
type: str
|
||||
default: present
|
||||
|
||||
Reference in New Issue
Block a user