diff --git a/.github/workflows/sanity-tests.yaml b/.github/workflows/sanity-tests.yaml index 1fb92fd8e..17c480d6c 100644 --- a/.github/workflows/sanity-tests.yaml +++ b/.github/workflows/sanity-tests.yaml @@ -76,7 +76,6 @@ jobs: # Add new versions announced in # https://github.com/ansible-collections/news-for-maintainers in a timely manner, # consider dropping testing against EOL versions and versions you don't support. - - stable-2.14 - stable-2.15 - stable-2.16 - stable-2.17 diff --git a/README.md b/README.md index b8d732a62..89e0eb654 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The collection includes the VMware modules and plugins supported by Ansible VMwa ## Ansible version compatibility -This collection has been tested against following Ansible versions: **>=2.14.0**. +This collection has been tested against following Ansible versions: **>=2.15.0**. For collections that support Ansible 2.9, please ensure you update your `network_os` to use the fully qualified collection name (for example, `cisco.ios.ios`). @@ -19,7 +19,7 @@ PEP440 is the schema used to describe the versions of Ansible. ## Python version compatibility The collection depends on ``aiohttp`` has [requirement](https://docs.aiohttp.org/en/stable/) which requires Python 3.6 or greater. - Moreover, ansible version >=2.14 supports Python 3.9 or later. + Moreover, ansible version >=2.15 supports Python 3.9 or later. ## vSphere compatibility diff --git a/changelogs/fragments/492-remove-support-ansible-2-14.yml b/changelogs/fragments/492-remove-support-ansible-2-14.yml new file mode 100644 index 000000000..f2df8d063 --- /dev/null +++ b/changelogs/fragments/492-remove-support-ansible-2-14.yml @@ -0,0 +1,2 @@ +breaking_changes: + - Removing any support for ansible-core <=2.14 diff --git a/meta/runtime.yml b/meta/runtime.yml index b1fd5d786..5dc3eefb8 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,4 +1,5 @@ -requires_ansible: '>=2.14.0' +--- +requires_ansible: ">=2.15.0" action_groups: vmware_rest: - vcenter_cluster_info diff --git a/tests/sanity/ignore-2.14.txt b/tests/sanity/ignore-2.14.txt deleted file mode 100644 index f55cc3e59..000000000 --- a/tests/sanity/ignore-2.14.txt +++ /dev/null @@ -1,2 +0,0 @@ -plugins/modules/vcenter_vm_guest_customization.py pep8!skip -plugins/modules/appliance_infraprofile_configs.py pep8!skip