mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 19:01:14 +00:00
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user