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

Improve Ansible 2.9 compatibility #306

Merged

Conversation

felixfontein
Copy link
Collaborator

SUMMARY

Parts of #296 which aren't experimental.

The first commit updates ignore-2.9.txt, assuming that ansible/ansible#68345 has been backported (to avoid a huge list of wrong ignore entries).

The second commit adds some compatibility code for module.load_file_common_arguments() when used with the new path keyword argument, which is only available from Ansible 2.10 on (that feature was added in ansible/ansible#61659). This is similar to the change in ansible-collections/community.crypto#14: it restores the original 2.9 behavior of the module w.r.t. that call.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

tests/sanity/ignore-2.9.txt
archive
maven_artifact
java_keystore

@gundalow gundalow merged commit 85cbc27 into ansible-collections:master May 8, 2020
@felixfontein felixfontein deleted the ansible-2.9-compatibility branch May 8, 2020 13:42
@felixfontein
Copy link
Collaborator Author

@gundalow thanks for reviewing and merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug module module tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants