summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_ospf_interfaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/modules/vyos_ospf_interfaces.py')
-rw-r--r--plugins/modules/vyos_ospf_interfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/modules/vyos_ospf_interfaces.py b/plugins/modules/vyos_ospf_interfaces.py
index c232689..3329058 100644
--- a/plugins/modules/vyos_ospf_interfaces.py
+++ b/plugins/modules/vyos_ospf_interfaces.py
@@ -901,7 +901,7 @@ def main():
argument_spec=Ospf_interfacesArgs.argument_spec,
mutually_exclusive=[],
required_if=[],
- supports_check_mode=False,
+ supports_check_mode=True,
)
result = Ospf_interfaces(module).execute_module()