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 RedHat-based systems and latest Ansible versions #12

Merged
merged 13 commits into from
Feb 17, 2023

Conversation

markosamuli
Copy link
Owner

Ansible compatibility

  • Require Ansible 2.9.22
  • Support Ansible 7.2.0
  • Use fully qualified collection names (FQCN) with builtin modules

Fixes

  • Use become_user instead of become when installing with Git by @Hunsu in #6
  • Remove installer script checksum that causes issues #10

Python compatibility

  • Use Python 3 on all test Docker images
  • Drop support for EOL Python 2.7

OS compatibility

  • Add support for Ubuntu 20.04 LTS and 22.04 LTS
  • Add support for Debian 11
  • Add support for Fedora 37 and RedHat based-systems by @aarey in #9
  • Drop support for Debian 11
  • Drop support for Ubuntu 16.04 LTS

@markosamuli markosamuli changed the title Release v2 Support for RedHat-based systems and latest Ansible versions Feb 17, 2023
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.

1 participant