Config_module_changes (#30507)

pull/33252/head
abirami-n 8 years ago committed by ansibot
parent 1e46e65103
commit 0c75f00248

@ -259,6 +259,7 @@ def main():
configobjs = candidate.items
if module.params['backup']:
if not module.check_mode:
result['__backup__'] = get_config(module)
commands = list()

@ -254,6 +254,7 @@ def main():
else:
configobjs = candidate.items
if module.params['backup']:
if not module.check_mode:
result['__backup__'] = get_config(module)
commands = list()

@ -265,6 +265,7 @@ def main():
configobjs = candidate.items
if module.params['backup']:
if not module.check_mode:
result['__backup__'] = get_config(module)
commands = list()

Loading…
Cancel
Save