diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 1c72f8b..820c014 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -1,12 +1,10 @@ --- name: Ansible Molecule - -on: # yamllint disable-line rule:truthy +on: # yamllint disable-line rule:truthy push: tags_ignore: - '*' pull_request: - jobs: setup: name: Setup scenarios matrix @@ -27,7 +25,6 @@ jobs: JSON="$JSON]" echo "::set-output name=scenarios::$(echo $JSON)" - lint: name: Lint needs: @@ -42,7 +39,6 @@ jobs: uses: ansible/ansible-lint-action@main with: path: "." - test: name: Scenario "${{ matrix.scenario }}" on ${{ matrix.config.image }}:${{ matrix.config.tag }} needs: @@ -67,6 +63,8 @@ jobs: tag: "10" - image: "ubuntu" tag: "22.04" + - image: ubuntu + tag: "24.04" steps: - name: checkout uses: actions/checkout@v3