Skip to content

Commit

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

[#187609828] Update Github Action tags / AnsibleLint Konfig
  • Loading branch information
eifelmicha authored Jun 3, 2024
2 parents c9722b8 + 9ecc2ec commit dfb776a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 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
2 changes: 1 addition & 1 deletion .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

0 comments on commit dfb776a

Please sign in to comment.