summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_system.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/modules/vyos_system.py')
-rw-r--r--plugins/modules/vyos_system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/modules/vyos_system.py b/plugins/modules/vyos_system.py
index 4f0d5db7..3f306f8a 100644
--- a/plugins/modules/vyos_system.py
+++ b/plugins/modules/vyos_system.py
@@ -215,7 +215,7 @@ def main():
if commands:
commit = not module.check_mode
- response = load_config(module, commands, commit=commit)
+ load_config(module, commands, commit=commit)
result["changed"] = True
module.exit_json(**result)