Skip to content

Commit

Permalink
Update ansible-lint version
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Mishin <[email protected]>
  • Loading branch information
Nmishin committed Jul 30, 2024
1 parent 62bf727 commit 974be49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exclude_paths:
- tests/test.yml
14 changes: 4 additions & 10 deletions .github/workflows/molecule-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
- name: Run ansible lint
uses: ansible/[email protected]
with:
path: "."
uses: actions/checkout@v4

- name: Run ansible lint
uses: ansible/[email protected]

molecule:
needs:
Expand All @@ -35,9 +31,7 @@ jobs:
- centos
steps:
- name: Checkout
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
uses: actions/checkout@v4

- name: Molecule
uses: gofrolist/molecule-action@v2
Expand Down

0 comments on commit 974be49

Please sign in to comment.