Nosmoht / ansible-module-ipa

Ansible modules to manage FreeIPA configuration
10 stars 2 forks source link

Check mode executes changes #2

Closed rgroten closed 8 years ago

rgroten commented 8 years ago

If run in check mode the modules should either skip or (preferably) check if they would make a change but don't actually execute it.

Nosmoht commented 8 years ago

Thanks for the fix. I guess we need to add an additional change to return with module.exit_json(changed=True, hostgroup=?)