summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/modules/vyos_command.py')
-rw-r--r--plugins/modules/vyos_command.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/modules/vyos_command.py b/plugins/modules/vyos_command.py
index c0df9ce9..d5ab918d 100644
--- a/plugins/modules/vyos_command.py
+++ b/plugins/modules/vyos_command.py
@@ -154,9 +154,6 @@ from ansible_collections.ansible.netcommon.plugins.module_utils.network.common.u
from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.vyos import (
run_commands,
)
-from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.vyos import (
- vyos_argument_spec,
-)
def parse_commands(module, warnings):
@@ -183,8 +180,6 @@ def main():
interval=dict(default=1, type="int"),
)
- spec.update(vyos_argument_spec)
-
module = AnsibleModule(argument_spec=spec, supports_check_mode=True)
warnings = list()