From 5ca9509fce3ba51b70f300f44b4bc0c2bf950036 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 4 Aug 2022 06:55:21 +0200 Subject: [PATCH] Use ansible-lint --- templates/molecule-action.yml.j2 | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/templates/molecule-action.yml.j2 b/templates/molecule-action.yml.j2 index 7d84fe2..fdf381e 100644 --- a/templates/molecule-action.yml.j2 +++ b/templates/molecule-action.yml.j2 @@ -17,13 +17,8 @@ jobs: steps: - name: checkout uses: actions/checkout@v3 - with: - path: {% raw %}"${{ github.repository }}"{% endraw %} - - - name: molecule - uses: robertdebock/molecule-action@4.0.8 - with: - command: lint + - name: ansible-lint + uses: ansible-community/ansible-lint-action@main test: needs: - lint