freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
489 stars 232 forks source link

new_module template fixes #1140

Closed t-woerner closed 12 months ago

t-woerner commented 12 months ago

utils/templates/test_module_client_context.yml.in: Fix FQDN issue

Fixes left over FQDN issue for include_tasks.

utils/templates/ipamodule*.py.in: Fix superfluous type in argument spec

The type was given twice for state and action argument specs. This has been fixed.