Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new_module template fixes #1140

Merged
merged 2 commits into from
Sep 13, 2023
Merged

Commits on Sep 13, 2023

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

    Fixes left over FQDN issue for include_tasks.
    t-woerner committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e84ed3b View commit details
    Browse the repository at this point in the history
  2. 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.
    t-woerner committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    60593b7 View commit details
    Browse the repository at this point in the history