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