mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-19 19:30:22 -07:00
MH: use mute_vardict_deprecation (#8776)
* use mute_vardict_deprecation * add changelog frag
This commit is contained in:
parent
b79ac4f0ac
commit
e5bc38d856
3 changed files with 5 additions and 1 deletions
|
@ -84,6 +84,7 @@ class GioMime(ModuleHelper):
|
|||
),
|
||||
supports_check_mode=True,
|
||||
)
|
||||
mute_vardict_deprecation = True
|
||||
|
||||
def __init_module__(self):
|
||||
self.runner = gio_mime_runner(self.module, check_rc=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue