diff --git a/.ansible-lint b/.ansible-lint index c3a185f..2336f6c 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,10 +1,7 @@ ---- -warn_list: - - name[template] - - role-name - - yaml[truthy] +offline: true +parseable: true -# Ansible > 2.10 skip_list: - - fqcn[action-core] - - fqcn[action] + - name[template] + - role-name + - yaml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ef5f9c..30cb0af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: container_supported: ${{ steps.get_min_ansible_container_version.outputs.result }} steps: - name: Check out the codebase - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Pull Lint image run: docker pull -q ghcr.io/rheinwerk/molecule:lint @@ -59,7 +59,7 @@ jobs: experimental: true steps: - - uses: Rheinwerk/molecule@v1 + - uses: Rheinwerk/molecule@v3 with: distro: ${{ matrix.distro }} ansible_scenario: ${{ matrix.ansible_scenario }}