mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
[PR #9513/7c54c703 backport][stable-10] xyz*: style adjustments (#9525)
xyz*: style adjustments (#9513)
(cherry picked from commit 7c54c70301)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -31,8 +31,8 @@ options:
|
||||
elements: str
|
||||
state:
|
||||
description:
|
||||
- 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.
|
||||
- If state is V(present), package(s) is/are added to yum versionlock list.
|
||||
- If state is V(absent), package(s) is/are removed from yum versionlock list.
|
||||
choices: ['absent', 'present']
|
||||
type: str
|
||||
default: present
|
||||
|
||||
Reference in New Issue
Block a user