fixing some typos in the docs of the yum module
This commit is contained in:
parent
ae3e178bdf
commit
715f059c5a
1 changed files with 6 additions and 6 deletions
|
@ -60,9 +60,9 @@ options:
|
||||||
default: "present"
|
default: "present"
|
||||||
enablerepo:
|
enablerepo:
|
||||||
description:
|
description:
|
||||||
- Repoid of repositories to enable for the install/update operation.
|
- I(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 ','.
|
||||||
required: false
|
required: false
|
||||||
version_added: "0.9"
|
version_added: "0.9"
|
||||||
default: null
|
default: null
|
||||||
|
@ -70,9 +70,9 @@ options:
|
||||||
|
|
||||||
disablerepo:
|
disablerepo:
|
||||||
description:
|
description:
|
||||||
- I(repoid) of repositories to disable for the install/update operation
|
- I(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 ','.
|
||||||
required: false
|
required: false
|
||||||
version_added: "0.9"
|
version_added: "0.9"
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Reference in a new issue