From 5c6a97ae5052684aed513427f81dc1da96c094e3 Mon Sep 17 00:00:00 2001 From: Kate Case Date: Thu, 13 Oct 2022 13:11:19 -0400 Subject: Remove deprecated modules and provider (#277) * Remove deprecated modules and provider * Remove tests for removed modules * Remove references to vyos_argument_spec --- plugins/modules/vyos_logging.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/modules/vyos_logging.py') diff --git a/plugins/modules/vyos_logging.py b/plugins/modules/vyos_logging.py index 2c160c3..4b3eaaf 100644 --- a/plugins/modules/vyos_logging.py +++ b/plugins/modules/vyos_logging.py @@ -166,9 +166,6 @@ from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.vyos import get_config, load_config, ) -from ansible_collections.vyos.vyos.plugins.module_utils.network.vyos.vyos import ( - vyos_argument_spec, -) def spec_to_commands(updates, module): @@ -308,7 +305,6 @@ def main(): argument_spec.update(element_spec) - argument_spec.update(vyos_argument_spec) required_if = [ ("dest", "host", ["name", "facility", "level"]), ("dest", "file", ["name", "facility", "level"]), -- cgit v1.2.3