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

Remove compatibility with Ansible versions older than 2.11.0 #403

Merged
merged 1 commit into from
Jul 8, 2023

Conversation

vitabaks
Copy link
Owner

@vitabaks vitabaks commented Jul 8, 2023

This pull request is aimed at improving the maintainability and usability of our Ansible scripts. Specifically, this involves:

  1. Removing support for older Ansible versions: We are discontinuing support for Ansible versions prior to 2.11.0. By doing so, we eliminate the need to write and maintain extra code for backward compatibility, which often complicates the codebase and can introduce potential bugs.
  2. Embracing newer functionalities: Dropping support for older versions allows us to fully utilize the advanced features and improvements offered in recent Ansible releases, thereby making our scripts more efficient and powerful.

While this change may require users to upgrade their Ansible installation, it's a step towards keeping our tools up-to-date and as effective as possible.

To mitigate potential disruption, we recommend all users to upgrade their Ansible installations to version 2.11.0 or newer.

Minimum supported Ansible version: 2.11.0
@vitabaks vitabaks self-assigned this Jul 8, 2023
@vitabaks vitabaks merged commit c3bc207 into master Jul 8, 2023
20 checks passed
@vitabaks vitabaks deleted the remove-old-ansible branch July 8, 2023 15:31
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

1 participant