Skip to content

Commit

Permalink
CI: test against ansible-core 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerysong committed Dec 10, 2024
1 parent a5c5d9d commit 1ccf877
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
27 changes: 11 additions & 16 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ concurrency:
env:
COLL_NS: flowerysong
COLL_NAME: hvault
PYTHON_VERSION: 3.12
ANSIBLE_COLLECTIONS_PATHS: ${{ github.workspace }}
ANSIBLE_COLLECTIONS_PATH: ${{ github.workspace }}

jobs:
build_collection:
Expand All @@ -23,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
python-version: 3.12

- name: Install dependencies
run: |
Expand Down Expand Up @@ -59,10 +58,8 @@ jobs:
ansible_version:
- stable-2.16
- stable-2.17
- stable-2.18
- devel
include:
- ansible_version: stable-2.15
python_version: 3.11
runs-on: ubuntu-latest
steps:
- name: Set up Python
Expand Down Expand Up @@ -94,20 +91,18 @@ jobs:
fail-fast: false
matrix:
python_version:
- 3.11
- 3.12
- 3.13
ansible_version:
- stable-2.16
- devel
- stable-2.18
vault_version:
- 1.14.8
- 1.14.10
include:
# More Python versions
- python_version: 3.9
ansible_version: stable-2.15
vault_version: 1.14.8
- python_version: 3.11
ansible_version: stable-2.15
vault_version: 1.14.8
- python_version: '3.10'
ansible_version: stable-2.17
- python_version: 3.13
ansible_version: devel
runs-on: ubuntu-latest
steps:
- name: Set up Python
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![ansible-test](https://github.com/flowerysong/ansible-flowerysong.hvault/actions/workflows/ansible-test.yml/badge.svg)](https://github.com/flowerysong/ansible-flowerysong.hvault/actions/workflows/ansible-test.yml)

This [Ansible](https://www.ansible.com/) Collection implements
This [Ansible](https://www.ansible.com/) collection implements
a number of plugins for interacting with [HashiCorp
Vault](https://vaultproject.io/). A complete set of low-level
operations (read, write, list, and delete) are available, so
Expand All @@ -17,8 +17,8 @@ dependencies on the control node or target.

## Supported Ansible Versions

This collection is tested against the stable-2.15, stable-2.16,
stable-2.17, and devel branches of ansible-core. Other versions may or
This collection is tested against the stable-2.16, stable-2.17,
stable-2.18, and devel branches of ansible-core. Other versions may or
may not work.

## Supported Vault Versions
Expand Down

0 comments on commit 1ccf877

Please sign in to comment.