mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00: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:
@@ -142,7 +142,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"
|
||||
validate_certs:
|
||||
description:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user