Skip to content

Commit

Permalink
cleanup: skip ansible-lint for services.yml file (#15)
Browse files Browse the repository at this point in the history
ansible/ansible-lint#644

Signed-off-by: Christian Berendt <berendt@betacloud-solutions.de>
  • Loading branch information
Christian Berendt committed Aug 18, 2020
1 parent 1c82321 commit 72c64cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
exclude_paths:
- roles/cleanup/tasks/services.yml
2 changes: 2 additions & 0 deletions .github/workflows/syntax-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ name: Check ansible syntax
on:
push:
paths:
- .ansible-lint
- .github/workflows/syntax-ansible.yml
- '**.yml'
pull_request:
paths:
- .ansible-lint
- .github/workflows/syntax-ansible.yml
- '**.yml'

Expand Down

0 comments on commit 72c64cb

Please sign in to comment.