fix(ci): runs-on ubuntu-latest-amd64
Lint Markdown files / markdown-lint (push) Successful in 11s
Ansible Linter / ansible-lint (push) Successful in 54s
Molecule / Molecule (push) Failing after 2m42s

This commit is contained in:
2026-09-08 10:51:38 +02:00
parent a6e8555e13
commit 8da7062c13
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs: jobs:
ansible-lint: ansible-lint:
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest-amd64
steps: steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
- name: Run ansible-lint - name: Run ansible-lint
+4
View File
@@ -0,0 +1,4 @@
---
# The role has no role dependencies, but molecule warns about the missing file.
roles: []