Skip to content

Commit

Permalink
fix(ci): exclude postgresql scenario, update ansible-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed May 2, 2024
1 parent b66a710 commit 90ed8fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exclude_paths:
- molecule/default/converge.yml
- molecule/default/verify.yml
- molecule/default/collections.yml
- molecule/postgresql
- .tox
- .cache
- .github
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: ansible-lint
uses: ansible-community/ansible-lint-action@main
#uses: ansible-community/ansible-lint-action@main
uses: ansible/ansible-lint@main
with:
args: "--exclude=molecule/postgresql/*"

Expand Down

0 comments on commit 90ed8fb

Please sign in to comment.