modify indent to avoid re-run src template fail (#27689)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/25409/merge
Trishna Guha 9 years ago committed by GitHub
parent 3d446b2fab
commit eff04e9fa3

@ -218,7 +218,7 @@ def check_args(module, warnings):
'removed in the future')
def get_candidate(module):
candidate = NetworkConfig(indent=3)
candidate = NetworkConfig(indent=2)
if module.params['src']:
candidate.load(module.params['src'])
elif module.params['lines']:

Loading…
Cancel
Save