mirror of https://github.com/ansible/ansible.git
plugin_filter: check for type error (#46664)
* Parsing plugin filter may raise TypeError, gracefully handle this exception and let user know about the syntax error in plugin filter file. * Test for plugin_filtering Fixes: #46658 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/46572/head
parent
c2b7174d31
commit
b32b4111b2
@ -0,0 +1,2 @@
|
|||||||
|
minor_changes:
|
||||||
|
- Parsing plugin filter may raise TypeError, gracefully handle this exception and let user know about the syntax error in plugin filter file.
|
@ -0,0 +1,3 @@
|
|||||||
|
[defaults]
|
||||||
|
retry_files_enabled = False
|
||||||
|
plugin_filters_cfg = ./no_blacklist_module.yml
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
filter_version: 1.0
|
||||||
|
module_blacklist:
|
Loading…
Reference in New Issue