0e2d2f3963
Hopefully I got all ducks in a row now, if not please let me know how I can improve the submission. Thanks a lot! OBS-URL: https://build.opensuse.org/request/show/359109 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=57
5 lines
338 B
Plaintext
5 lines
338 B
Plaintext
# Modules are scripts by definition but are executed from ansible not directly
|
|
addFilter("non-executable-script.*/usr/lib/python.*/site-packages/ansible/modules/.*");
|
|
# same as utils and runner script
|
|
addFilter("non-executable-script.*/usr/lib/python.*/site-packages/ansible/(cli|galaxy|module_utils|plugins/action|runner|utils)/.*.py");
|