From 072e8376ce7eaad506ef36899fdfa25a2b8fe2df Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 10 Apr 2024 09:56:55 +0200 Subject: [PATCH] Disable role tests --- ...ble-test-roles.yml => ansible-test-roles.yml.off} | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) rename .github/workflows/{ansible-test-roles.yml => ansible-test-roles.yml.off} (89%) diff --git a/.github/workflows/ansible-test-roles.yml b/.github/workflows/ansible-test-roles.yml.off similarity index 89% rename from .github/workflows/ansible-test-roles.yml rename to .github/workflows/ansible-test-roles.yml.off index 927c08a..a11d982 100644 --- a/.github/workflows/ansible-test-roles.yml +++ b/.github/workflows/ansible-test-roles.yml.off @@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy jobs: molecule: name: "Molecule (Python: ${{ matrix.python }}, Ansible: ${{ matrix.ansible }}, MySQL: ${{ matrix.mysql }})" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 env: PY_COLORS: 1 ANSIBLE_FORCE_COLOR: 1 @@ -24,15 +24,21 @@ jobs: mysql: - 2.0.12 ansible: - - stable-2.13 - - stable-2.14 - stable-2.15 + - stable-2.16 + - stable-2.17 - devel python: - '3.8' - '3.9' - '3.10' exclude: + - python: 3.8 + ansible: stable-2.17 + + - python: 3.9 + ansible: stable-2.17 + - python: 3.8 ansible: devel