mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 09:24:01 -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
|
@ -634,7 +634,7 @@ def main():
|
|||
config_object = None
|
||||
if is_cliconf(module):
|
||||
module.deprecate("cli support for 'iosxr_interface' is deprecated. Use transport netconf instead",
|
||||
version='4 releases from v2.5')
|
||||
version='2.9')
|
||||
config_object = CliConfiguration(module)
|
||||
elif is_netconf(module):
|
||||
if module.params['active'] == 'preconfigure':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue