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…
Reference in a new issue