mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
* adds commit replace with config file for iosxr (#35564)
* * adds commit replace with config file for iosxr * fixes dci failure in iosxr_logging * * review comment changes
This commit is contained in:
parent
2479b6d635
commit
684e953b50
11 changed files with 227 additions and 48 deletions
|
@ -586,7 +586,7 @@ class NCConfiguration(ConfigBase):
|
|||
elif item['dest'] == 'host' and item['name'] in host_list:
|
||||
item['level'] = severity_level[item['level']]
|
||||
host_params.append(item)
|
||||
elif item['dest'] == 'console' and have_console and have_console_enable:
|
||||
elif item['dest'] == 'console' and have_console:
|
||||
console_params.update({'console-level': item['level']})
|
||||
elif item['dest'] == 'monitor' and have_monitor:
|
||||
monitor_params.update({'monitor-level': item['level']})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue