Skip to content

Commit

Permalink
Set new supported ansible minimum version to 2.14 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Nov 16, 2023
1 parent 034a1c3 commit e045bf1
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 33 deletions.
30 changes: 0 additions & 30 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,34 +118,6 @@ stages:
test: sanity
- name: Units
test: units
- stage: Ansible_2_13
displayName: Ansible 2.13
dependsOn:
- Dependencies
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: '{0}'
testFormat: '2.13/{0}'
targets:
- name: Sanity
test: sanity
- name: Units
test: units
- stage: Ansible_2_12
displayName: Ansible 2.12
dependsOn:
- Dependencies
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: '{0}'
testFormat: '2.12/{0}'
targets:
- name: Sanity
test: sanity
- name: Units
test: units
- stage: Windows
displayName: Windows
dependsOn:
Expand All @@ -168,8 +140,6 @@ stages:
- Ansible_2_16
- Ansible_2_15
- Ansible_2_14
- Ansible_2_13
- Ansible_2_12
- Windows
jobs:
- template: templates/coverage.yml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The `microsoft.ad` collection includes the plugins supported by Ansible to help

## Ansible version compatibility

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

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_support.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- Set minimum supported Ansible version to 2.14 to align with the versions still supported by Ansible.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: microsoft
name: ad
version: 1.3.0
version: 1.4.0
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requires_ansible: '>=2.12'
requires_ansible: '>=2.14'
Empty file removed tests/sanity/ignore-2.12.txt
Empty file.
Empty file removed tests/sanity/ignore-2.13.txt
Empty file.

0 comments on commit e045bf1

Please sign in to comment.