Compare commits

1 Commits

Author SHA1 Message Date
f85285d07a ci: lock package versions
Some checks failed
checks-test / Lint (pull_request) Failing after 21s
checks-test / molecule (debian12) (pull_request) Failing after 12s
checks-test / molecule (debian11) (pull_request) Failing after 2m26s
checks-test / molecule (rockylinux9) (pull_request) Failing after 2m8s
checks-test / molecule (rockylinux10) (pull_request) Failing after 2m41s
checks-test / molecule (debian13) (pull_request) Failing after 3m4s
checks-test / molecule (ubuntu2204) (pull_request) Failing after 1m44s
checks-test / molecule (ubuntu2404) (pull_request) Failing after 1m43s
2025-12-06 21:15:30 +02:00

View File

@@ -26,7 +26,7 @@ jobs:
with:
python-version: "3.13"
- name: Intall test dependencies
run: pip3 install yamllint==1.37.1 ansible-lint==25.12.0
run: pip3 install yamllint=1.37.1 ansible-lint==25.12.0
- name: Lint code with yamllint
run: "yamllint ."
- name: Lint code with yamllint