Rough cut implementation based on @resmo's comments.

reviewable/pr18780/r1
Richard C Isaacson 11 years ago committed by Michael DeHaan
parent 4e4ba1f695
commit 855154226e

@ -173,6 +173,7 @@ def main():
if rc != 0: if rc != 0:
module.fail_json(msg=err) module.fail_json(msg=err)
result['changed'] = True result['changed'] = True
module.exit_json(**result)
# if unique if existing return unchanged # if unique if existing return unchanged
if action == 'unique': if action == 'unique':

Loading…
Cancel
Save