Skip to content
Commit 926134cc authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

FreeIPABaseModule: Add support for check_mode.

All ansible-freeipa modules should support 'check_mode: yes', but
the support for creating modules with this was absent in the base
class.

This patch adds such support, to use it, 'supports_check_mode=True'
must be passed to the constructor when creating the module object.
parent 25f7eb93
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