Skip to content
ansible_freeipa_module.py 34.7 KiB
Newer Older
        def ipa_run(self):
            """Execute module actions."""
                self.check_ipa_params()
                self.define_ipa_commands()
                self._run_ipa_commands()
            self.exit_json(changed=self.changed, **self.exit_args)