Skip to content

Commit

Permalink
chore(ansible-playbooks): added ignore file.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Nov 22, 2024
1 parent 8bf943c commit 3057789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
with:
working_directory: "${{ github.workspace }}/ansible-playbooks"
requirements_file: "${{ github.workspace }}/requirements.yml"
args: "-i ${{ github.workspace }}/ansible-playbooks/.ansible-lint-ignore"
1 change: 1 addition & 0 deletions ansible-playbooks/.ansible-lint-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scap-open.yml var-naming # disable var-naming for scap-open.yml playbook

0 comments on commit 3057789

Please sign in to comment.