We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6b8274 + 44b60b5 commit e1e8e39Copy full SHA for e1e8e39
.github/workflows/ansible-lint-sap_vm_preconfigure.yml
@@ -29,14 +29,14 @@ jobs:
29
- name: Set up Python 3
30
uses: actions/setup-python@main
31
with:
32
- python-version: '3.9'
+ python-version: '3.12'
33
34
- name: Install test dependencies
35
run: |
36
- pip3 install ansible==7.5.0
37
- pip3 install ansible-compat==3.0.2
38
- pip3 install ansible-core==2.14.5
39
- pip3 install ansible-lint==6.8.6
+ pip3 install ansible==9.1.0
+ pip3 install ansible-compat==4.1.10
+ pip3 install ansible-core==2.16.2
+ pip3 install ansible-lint==6.22.1
40
41
- name: Run ansible-lint
42
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_vm_preconfigure
0 commit comments