summaryrefslogtreecommitdiff
path: root/plugins/module_utils
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/module_utils')
-rw-r--r--plugins/module_utils/network/vyos/config/route_maps/route_maps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/module_utils/network/vyos/config/route_maps/route_maps.py b/plugins/module_utils/network/vyos/config/route_maps/route_maps.py
index 5e4bbea9..467d7826 100644
--- a/plugins/module_utils/network/vyos/config/route_maps/route_maps.py
+++ b/plugins/module_utils/network/vyos/config/route_maps/route_maps.py
@@ -40,7 +40,7 @@ class Route_maps(ResourceModule):
def __init__(self, module):
super(Route_maps, self).__init__(
- empty_fact_val={},
+ empty_fact_val=[],
facts_module=Facts(module),
module=module,
resource="route_maps",