mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
|
||||
flags = ['all']
|
||||
contents = get_config(module, flags=flags)
|
||||
return NetworkConfig(indent=3, contents=contents)
|
||||
return NetworkConfig(indent=2, contents=contents)
|
||||
|
||||
|
||||
def get_candidate(module):
|
||||
|
|
Loading…
Reference in a new issue