From 0f925368cf73ba9b62e05c5fb5a49e165203e4f0 Mon Sep 17 00:00:00 2001 From: SkepticalWaves Date: Thu, 10 Feb 2022 21:49:38 -0500 Subject: [PATCH] Add ansible-lint in github actions --- .github/workflows/matrix.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 6445dc039..186a96147 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -14,3 +14,12 @@ jobs: uses: actions/checkout@v2.4.0 - name: 🚀 Run yamllint uses: frenck/action-yamllint@v1.1.2 + ansiblelint: + name: ansible-lint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Lint Ansible Playbook + uses: ansible/ansible-lint-action@master + with: + targets: "setup.yml"