mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Fix typo in cliconf get_config (#43553)
This commit is contained in:
parent
572a2187ab
commit
733e512f35
5 changed files with 11 additions and 11 deletions
|
@ -165,7 +165,7 @@ class CliconfBase(AnsiblePlugin):
|
|||
self.response_logging = False
|
||||
|
||||
@abstractmethod
|
||||
def get_config(self, source='running', flag=None, format=None):
|
||||
def get_config(self, source='running', flags=None, format=None):
|
||||
"""Retrieves the specified configuration from the device
|
||||
|
||||
This method will retrieve the configuration specified by source and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue