mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
MH: use mute_vardict_deprecation (#8776)
* use mute_vardict_deprecation * add changelog frag
This commit is contained in:
3
changelogs/fragments/8776-mute-vardict-deprecation.yml
Normal file
3
changelogs/fragments/8776-mute-vardict-deprecation.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
minor_changes:
|
||||||
|
- jira - mute the old ``VarDict`` deprecation (https://github.com/ansible-collections/community.general/pull/8776).
|
||||||
|
- gio_mime - mute the old ``VarDict`` deprecation (https://github.com/ansible-collections/community.general/pull/8776).
|
||||||
@@ -84,6 +84,7 @@ class GioMime(ModuleHelper):
|
|||||||
),
|
),
|
||||||
supports_check_mode=True,
|
supports_check_mode=True,
|
||||||
)
|
)
|
||||||
|
mute_vardict_deprecation = True
|
||||||
|
|
||||||
def __init_module__(self):
|
def __init_module__(self):
|
||||||
self.runner = gio_mime_runner(self.module, check_rc=True)
|
self.runner = gio_mime_runner(self.module, check_rc=True)
|
||||||
|
|||||||
@@ -531,7 +531,7 @@ class JIRA(StateModuleHelper):
|
|||||||
),
|
),
|
||||||
supports_check_mode=False
|
supports_check_mode=False
|
||||||
)
|
)
|
||||||
|
mute_vardict_deprecation = True
|
||||||
state_param = 'operation'
|
state_param = 'operation'
|
||||||
|
|
||||||
def __init_module__(self):
|
def __init_module__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user