summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_system.py
diff options
context:
space:
mode:
authoransible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com>2019-08-09 19:32:29 +0000
committerGitHub <noreply@github.com>2019-08-09 19:32:29 +0000
commitf5ff7de6e0a4bb98019d7cf0c83518b593495dcc (patch)
tree71378646561c136f5a8ab5da4edfc064b23f51eb /plugins/modules/vyos_system.py
parent66a01fb3cdcedff9205b2295870a7e1629bbae69 (diff)
parentc841cad0ea6013aab5a0c5620d3b40d72ef5afc0 (diff)
downloadvyos.vyos-f5ff7de6e0a4bb98019d7cf0c83518b593495dcc.tar.gz
vyos.vyos-f5ff7de6e0a4bb98019d7cf0c83518b593495dcc.zip
Merge pull request #9 from pabelanger/temp/tox
Add tox.ini file Reviewed-by: https://github.com/apps/ansible-zuul
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)