1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

jira: adjust module for old vardict deprecation

This commit is contained in:
Alexei Znamensky 2024-09-12 12:07:35 +12:00
parent 40f1ab31f5
commit 34cda2a0cc

View file

@ -531,7 +531,7 @@ class JIRA(StateModuleHelper):
),
supports_check_mode=False
)
mute_vardict_deprecation = True
use_old_vardict = False
state_param = 'operation'
def __init_module__(self):