mh base: add verbosity() property (#5035)

* mh base: add verbosity property

* add changelog fragment
This commit is contained in:
Alexei Znamensky 2022-07-31 21:28:17 +12:00 committed by GitHub
commit aba089369e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- ModuleHelper module utils - added property ``verbosity`` to base class (https://github.com/ansible-collections/community.general/pull/5035).