diff options
Diffstat (limited to 'ansible_collections/community/general/plugins/modules/opkg.py')
-rw-r--r-- | ansible_collections/community/general/plugins/modules/opkg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible_collections/community/general/plugins/modules/opkg.py b/ansible_collections/community/general/plugins/modules/opkg.py index 757c88c5d..2f9794ab8 100644 --- a/ansible_collections/community/general/plugins/modules/opkg.py +++ b/ansible_collections/community/general/plugins/modules/opkg.py @@ -127,6 +127,7 @@ class Opkg(StateModuleHelper): executable=dict(type="path"), ), ) + use_old_vardict = False def __init_module__(self): self.vars.set("install_c", 0, output=False, change=True) |