Commit c1982179 by Richard C Isaacson Committed by Michael DeHaan

Rough cut implementation based on @resmo's comments.

parent cd871384
......@@ -173,6 +173,7 @@ def main():
if rc != 0:
module.fail_json(msg=err)
result['changed'] = True
module.exit_json(**result)
# if unique if existing return unchanged
if action == 'unique':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment