mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-13 03:44:02 -07:00
Deprecated version should be an explicit version number (#44593)
This commit is contained in:
parent
1fd6821db0
commit
2787bda0fa
6 changed files with 6 additions and 6 deletions
|
@ -574,7 +574,7 @@ def main():
|
|||
config_object = None
|
||||
if is_cliconf(module):
|
||||
module.deprecate(msg="cli support for 'iosxr_system' is deprecated. Use transport netconf instead",
|
||||
version="4 releases from v2.5")
|
||||
version="2.9")
|
||||
config_object = CliConfiguration(module)
|
||||
elif is_netconf(module):
|
||||
config_object = NCConfiguration(module)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue