Skip to content

Commit

Permalink
Drop support for ansible-core < 2.15. (#145)
Browse files Browse the repository at this point in the history
Drop support for ansible-core < 2.15

SUMMARY

Drop support for ansible-core < 2.15.

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Bikouo Aubin
  • Loading branch information
alinabuzachis authored May 22, 2024
1 parent 86b1ee4 commit e1c9450
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ More content may be included later.

# Requirements

- ansible_turbo.module requires Python 3.9 and Ansible 2.14.0 or greater.
- ansible_turbo.module requires Python 3.9 and Ansible 2.15.0 or greater.

## Ansible Turbo Module

Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/increase_ansible_core_version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
breaking_changes:
- cloud.common collection - Support for ansible-core < 2.15 has been dropped (https://github.com/ansible-collections/cloud.common/pull/145/files).
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'
1 change: 1 addition & 0 deletions tests/sanity/ignore-2.18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plugins/module_utils/turbo/server.py pylint:ansible-bad-module-import

0 comments on commit e1c9450

Please sign in to comment.