Skip to content

Commit

Permalink
Merge pull request #6 from Rheinwerk/PT-187609828-update-github-actio…
Browse files Browse the repository at this point in the history
…ns-ansible-lint

[#187609828] Update Github Action tags / AnsibleLint Konfig
  • Loading branch information
eifelmicha authored Jun 3, 2024
2 parents 6d9061d + 462eb9f commit 5dcfeb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
---
warn_list:
- name[template]
- role-name
- yaml[truthy]
offline: true
parseable: true

# Ansible > 2.10
skip_list:
- fqcn[action-core]
- fqcn[action]
- name[template]
- role-name
- yaml
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
container_supported: ${{ steps.get_min_ansible_container_version.outputs.result }}
steps:
- name: Check out the codebase
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Pull Lint image
run: docker pull -q ghcr.io/rheinwerk/molecule:lint
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
experimental: true

steps:
- uses: Rheinwerk/molecule@v1
- uses: Rheinwerk/molecule@v3
with:
distro: ${{ matrix.distro }}
ansible_scenario: ${{ matrix.ansible_scenario }}
Expand Down

0 comments on commit 5dcfeb7

Please sign in to comment.