Skip to content

Commit

Permalink
Merge pull request #176 from arillso/depend/ansible
Browse files Browse the repository at this point in the history
feat: update ansible version
  • Loading branch information
sbaerlocher authored Mar 9, 2024
2 parents ae338d5 + a2329c3 commit 106aac0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
version:
- "2.16.2"
- "2.16.4"

steps:
- name: Checkout
Expand All @@ -31,7 +31,7 @@ jobs:
ghcr.io/arillso/ansible
arillso/ansible
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=${{ matrix.version }}
- name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
version:
- "2.16.2"
- "2.16.4"

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `netaddr` from `0.10.1` to `1.2.1`.
- `pip` from `23.3.2` to `24.0`.
- `python-dateutil` from `2.8.2` to `2.9.0.post0`.
- Updated Ansible version from `2.16.2` to `2.16.4`.

## [2024-02-01]

Expand Down

0 comments on commit 106aac0

Please sign in to comment.