mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
add comments that enablerepo/disablerepo are new in 0.9
This commit is contained in:
15
library/yum
15
library/yum
@@ -51,17 +51,20 @@ options:
|
||||
default: "present"
|
||||
enablerepo:
|
||||
description:
|
||||
- repoid of repositories to enable for the install/update operation
|
||||
- these repos will not persist beyond the transaction
|
||||
- multiple repos separated with a ,
|
||||
- Repoid of repositories to enable for the install/update operation.
|
||||
These repos will not persist beyond the transaction
|
||||
multiple repos separated with a ','
|
||||
New in version 0.9.
|
||||
required: false
|
||||
default: null
|
||||
aliases: []
|
||||
|
||||
disablerepo:
|
||||
description:
|
||||
- repoid of repositories to disable for the install/update operation
|
||||
- these repos will not persist beyond the transaction
|
||||
- multiple repos separated with a ,
|
||||
- Repoid of repositories to disable for the install/update operation
|
||||
These repos will not persist beyond the transaction
|
||||
Multiple repos separated with a ','
|
||||
New in version 0.9.
|
||||
required: false
|
||||
default: null
|
||||
aliases: []
|
||||
|
||||
Reference in New Issue
Block a user