Skip to content

Commit

Permalink
Raise minimum supported Ansible version to 2.15 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Aug 29, 2024
1 parent bc420c6 commit eb51a62
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 22 deletions.
15 changes: 0 additions & 15 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,6 @@ stages:
test: sanity
- name: Units
test: units
- stage: Ansible_2_14
displayName: Ansible 2.14
dependsOn:
- Dependencies
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: "{0}"
testFormat: "2.14/{0}"
targets:
- name: Sanity
test: sanity
- name: Units
test: units
- stage: Windows_1
displayName: Windows 1
dependsOn:
Expand Down Expand Up @@ -241,7 +227,6 @@ stages:
- Ansible_2_17
- Ansible_2_16
- Ansible_2_15
- Ansible_2_14
- Windows_1
- Windows_2
- Windows_3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For more information about communication, see the [Ansible communication guide](

## Ansible version compatibility

This collection has been tested against following Ansible versions: **>=2.14**.
This collection has been tested against following Ansible versions: **>=2.15**.

Plugins and modules within a collection may be tested with only specific Ansible versions.
A collection may contain metadata that identifies these versions.
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/ansible-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- Set minimum supported Ansible version to 2.15 to align with the versions still supported by Asnible.
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires_ansible: '>=2.14'
requires_ansible: '>=2.15'
plugin_routing:
modules:
win_domain_computer:
Expand Down
5 changes: 0 additions & 5 deletions tests/sanity/ignore-2.14.txt

This file was deleted.

0 comments on commit eb51a62

Please sign in to comment.