diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml new file mode 100644 index 0000000..375986d --- /dev/null +++ b/.github/workflows/ansible.yml @@ -0,0 +1,16 @@ +--- +on: + pull_request: + branches: + - master + workflow_dispatch: + + +jobs: + ansible-lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Lint role + uses: ansible/ansible-lint@main