mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Update cliconf get_config api (#43472)
* Change `filter` parameter to `flag` to be in sync with original naming convention
This commit is contained in:
@@ -54,7 +54,7 @@ class Cliconf(CliconfBase):
|
||||
|
||||
return device_info
|
||||
|
||||
def get_config(self, filter=None, format=None):
|
||||
def get_config(self, flag=None, format=None):
|
||||
if format:
|
||||
option_values = self.get_option_values()
|
||||
if format not in option_values['format']:
|
||||
|
||||
Reference in New Issue
Block a user