Browse Source

Try to fix ansible-lint Github action

pull/2283/head
Slavi Pantaleev 3 years ago
parent
commit
e360b82e9b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/matrix.yml

+ 2
- 0
.github/workflows/matrix.yml View File

@@ -22,3 +22,5 @@ jobs:
uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@main
with:
path: "playbooks/matrix.yml"

Loading…
Cancel
Save