mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
don't restrict disable_excludes choices incorrectly (#47453)
* don't restrict disable_excludes choices incorrectly Fixes #47085 Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
fb2e838a42
commit
0e3e646189
4 changed files with 4 additions and 3 deletions
|
@ -175,7 +175,6 @@ options:
|
|||
- If set to C(all), disables all excludes.
|
||||
- If set to C(main), disable excludes defined in [main] in yum.conf.
|
||||
- If set to C(repoid), disable excludes defined for given repo id.
|
||||
choices: [ all, main, repoid ]
|
||||
version_added: "2.7"
|
||||
download_only:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue