mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 19:23:09 +00:00
Rough cut implementation based on @resmo's comments.
This commit is contained in:
committed by
Michael DeHaan
parent
cd871384de
commit
c198217900
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user