mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
parent
d1c51405da
commit
e0f482a8c5
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ def get_running_config(module, config=None):
|
||||||
else:
|
else:
|
||||||
flags = ['all']
|
flags = ['all']
|
||||||
contents = get_config(module, flags=flags)
|
contents = get_config(module, flags=flags)
|
||||||
return NetworkConfig(indent=3, contents=contents)
|
return NetworkConfig(indent=2, contents=contents)
|
||||||
|
|
||||||
|
|
||||||
def get_candidate(module):
|
def get_candidate(module):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue