mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 22:09:08 -07:00
Fix typo in cliconf pluign (#42399)
* Fix capability key typo error in ios, eos and vyos cliconf plugins.
This commit is contained in:
parent
f4d21bd542
commit
5635848654
4 changed files with 9 additions and 9 deletions
|
@ -203,8 +203,8 @@ class Cliconf(CliconfBase):
|
|||
'supports_onbox_diff': False,
|
||||
'supports_commit_comment': False,
|
||||
'supports_multiline_delimiter': False,
|
||||
'support_diff_match': True,
|
||||
'support_diff_ignore_lines': True,
|
||||
'supports_diff_match': True,
|
||||
'supports_diff_ignore_lines': True,
|
||||
'supports_generate_diff': True,
|
||||
'supports_replace': False
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue