mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
slight language change based on feedback from jimi-c
This commit is contained in:
parent
69923cc413
commit
15b3b42525
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- I(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 ','.
|
When specifying multiple repos, separate them with a ",".
|
||||||
required: false
|
required: false
|
||||||
version_added: "0.9"
|
version_added: "0.9"
|
||||||
default: null
|
default: null
|
||||||
|
@ -72,7 +72,7 @@ options:
|
||||||
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 ','.
|
When specifying multiple repos, separate them with a ",".
|
||||||
required: false
|
required: false
|
||||||
version_added: "0.9"
|
version_added: "0.9"
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue