Skip to content

Commit bb7682d

Browse files
Alex-WelshMoteHue
authored andcommitted
Bump ansible-core version in lint jobs
1 parent 9aa1c6a commit bb7682d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/stackhpc-pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
matrix:
7070
include:
7171
# NOTE(upgrade): Keep these in sync with Kayobe's supported Ansible and Python versions (see release notes).
72-
- ansible: "2.17"
72+
- ansible: "2.18"
7373
python: "3.12"
74-
- ansible: "2.16"
74+
- ansible: "2.17"
7575
python: "3.10"
7676
name: Ansible ${{ matrix.ansible }} lint with Python ${{ matrix.python }}
7777
if: github.repository == 'stackhpc/stackhpc-kayobe-config'

tools/upgrade-prerequisites.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ function rabbit_migration() {
4242
}
4343

4444
prechecks
45-
rabbit_migration
45+
rabbit_migration

0 commit comments

Comments
 (0)