Merge branch 'yum_module_typos' of https://github.com/mpeters/ansible into mpeters-yum_module_typos
This commit is contained in:
commit
289170bd2d
1 changed files with 6 additions and 6 deletions
|
@ -60,9 +60,9 @@ 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 ','
|
||||
- I(Repoid) of repositories to enable for the install/update operation.
|
||||
These repos will not persist beyond the transaction.
|
||||
When specifying multiple repos, separate them with a ",".
|
||||
required: false
|
||||
version_added: "0.9"
|
||||
default: null
|
||||
|
@ -70,9 +70,9 @@ options:
|
|||
|
||||
disablerepo:
|
||||
description:
|
||||
- I(repoid) of repositories to disable for the install/update operation
|
||||
These repos will not persist beyond the transaction
|
||||
Multiple repos separated with a ','
|
||||
- I(Repoid) of repositories to disable for the install/update operation.
|
||||
These repos will not persist beyond the transaction.
|
||||
When specifying multiple repos, separate them with a ",".
|
||||
required: false
|
||||
version_added: "0.9"
|
||||
default: null
|
||||
|
|
Loading…
Reference in a new issue