Skip to content
  • Rafael Guterres Jeffman's avatar
    FreeIPABaseModule: Add support for check_mode. · 926134cc
    Rafael Guterres Jeffman authored
    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.
    926134cc
Loading