From 89626282bd7be03df54085a3a95f2df1b8969687 Mon Sep 17 00:00:00 2001 From: omnom62 Date: Wed, 12 Aug 2026 10:59:45 +1000 Subject: T8989: dict_op refactor for firewall_*, nat, user --- plugins/modules/vyos_firewall_global.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/vyos_firewall_global.py b/plugins/modules/vyos_firewall_global.py index 6bd57a7..337f364 100644 --- a/plugins/modules/vyos_firewall_global.py +++ b/plugins/modules/vyos_firewall_global.py @@ -219,7 +219,7 @@ _GROUP_TYPES = { # NOT tag nodes -- confirmed against vyos-1x (leafNode with ) -- # they're plain multi-value leaves, so dict_op's own native list handling # applies to them directly; no reshaping needed. -_TAG_KEYS = {device_key for device_key, _ in _GROUP_TYPES.values()} +_TAG_KEYS = {device_key for device_key, _member_key in _GROUP_TYPES.values()} def _group_to_device(g, member_key): -- cgit v1.2.3