mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 20:30:21 -07:00
xyz*: style adjustments (#9513)
This commit is contained in:
parent
33b9ad09d5
commit
7c54c70301
19 changed files with 188 additions and 163 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue