Skip to content

Commit

Permalink
Raise minimum supported Ansible version to 2.15 (#122)
Browse files Browse the repository at this point in the history
* Raise minimum supported Ansible version to 2.15

* Update azure-pipelines.yml
  • Loading branch information
jborean93 authored Jun 10, 2024
1 parent 4527059 commit 8748e86
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 19 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
displayName: Windows
dependsOn:
Expand All @@ -156,7 +142,6 @@ stages:
- Ansible_2_17
- Ansible_2_16
- Ansible_2_15
- Ansible_2_14
- 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.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 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.6.0
version: 1.7.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,4 +1,4 @@
requires_ansible: '>=2.14'
requires_ansible: '>=2.15'
action_groups:
domain:
- computer
Expand Down
1 change: 0 additions & 1 deletion tests/sanity/ignore-2.14.txt

This file was deleted.

0 comments on commit 8748e86

Please sign in to comment.