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

Support for Ansible 2.17 #1082

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

upekkha
Copy link

@upekkha upekkha commented May 23, 2024

Ansible 2.17 introduces a new ignore_unknown_opts argument, as explained in the changelog:

• modules - Add the ability for an action plugin to call self._execute_module(*, ignore_unknown_opts=True) to execute a module with options that may not be supported for the version being called. This tells the module basic wrapper to ignore validating the options provided match the arg spec.

This PR provides a minimal patch to get mitogen working with ansible 2.17.

@upekkha upekkha changed the title Minimal support for Ansible 2.17 Support for Ansible 2.17 May 23, 2024
@moreati
Copy link
Member

moreati commented May 23, 2024

refs #1074

@stefanor
Copy link
Contributor

stefanor commented Jun 28, 2024

Added this patch to mitogen in Debian unstable. #1073837

@ohdearaugustin
Copy link

Also tested this locally, so far look fine to me. Please merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants