We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ea637 commit 8906fc1Copy full SHA for 8906fc1
.github/workflows/stackhpc-pull-request.yml
@@ -69,9 +69,9 @@ jobs:
69
matrix:
70
include:
71
# NOTE(upgrade): Keep these in sync with Kayobe's supported Ansible and Python versions (see release notes).
72
- - ansible: "2.16"
+ - ansible: "2.17"
73
python: "3.12"
74
- - ansible: "2.15"
+ - ansible: "2.16"
75
python: "3.10"
76
name: Ansible ${{ matrix.ansible }} lint with Python ${{ matrix.python }}
77
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
requirements.txt
@@ -1,3 +1,3 @@
1
-kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/2024.1
+kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/master
2
ansible-modules-hashivault>=5.2.1
3
jmespath
0 commit comments