add comments that enablerepo/disablerepo are new in 0.9
This commit is contained in:
parent
d8337dab06
commit
0a153c6798
1 changed files with 9 additions and 6 deletions
15
library/yum
15
library/yum
|
@ -51,17 +51,20 @@ options:
|
||||||
default: "present"
|
default: "present"
|
||||||
enablerepo:
|
enablerepo:
|
||||||
description:
|
description:
|
||||||
- repoid of repositories to enable for the install/update operation
|
- Repoid of repositories to enable for the install/update operation.
|
||||||
- these repos will not persist beyond the transaction
|
These repos will not persist beyond the transaction
|
||||||
- multiple repos separated with a ,
|
multiple repos separated with a ','
|
||||||
|
New in version 0.9.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
||||||
disablerepo:
|
disablerepo:
|
||||||
description:
|
description:
|
||||||
- repoid of repositories to disable for the install/update operation
|
- Repoid of repositories to disable for the install/update operation
|
||||||
- these repos will not persist beyond the transaction
|
These repos will not persist beyond the transaction
|
||||||
- multiple repos separated with a ,
|
Multiple repos separated with a ','
|
||||||
|
New in version 0.9.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Reference in a new issue