diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml
index 926a1e9..c6c5d38 100644
--- a/.github/workflows/ansible-test-plugins.yml
+++ b/.github/workflows/ansible-test-plugins.yml
@@ -28,6 +28,7 @@ jobs:
           - stable-2.11
           - stable-2.12
           - stable-2.13
+          - stable-2.14
           - devel
         python:
           - 3.8
@@ -35,6 +36,8 @@ jobs:
         exclude:
           - python: 3.8
             ansible: stable-2.13
+          - python: 3.8
+            ansible: stable-2.14
           - python: 3.8
             ansible: devel
           - python: 3.9
@@ -73,6 +76,7 @@ jobs:
           - stable-2.11
           - stable-2.12
           - stable-2.13
+          - stable-2.14
           - devel
         python:
           - 3.6
@@ -89,12 +93,16 @@ jobs:
             ansible: stable-2.12
           - python: 3.6
             ansible: stable-2.13
+          - python: 3.6
+            ansible: stable-2.14
           - python: 3.6
             ansible: devel
           - python: 3.8
             ansible: stable-2.11
           - python: 3.8
             ansible: stable-2.13
+          - python: 3.8
+            ansible: stable-2.14
           - python: 3.8
             ansible: devel
           - python: 3.9
@@ -146,6 +154,7 @@ jobs:
           - stable-2.11
           - stable-2.12
           - stable-2.13
+          - stable-2.14
           - devel
         python:
           - 3.8
@@ -153,6 +162,8 @@ jobs:
         exclude:
           - python: 3.8
             ansible: stable-2.13
+          - python: 3.8
+            ansible: stable-2.14
           - python: 3.8
             ansible: devel
           - python: 3.9
diff --git a/tests/sanity/ignore-2.15.txt b/tests/sanity/ignore-2.15.txt
new file mode 100644
index 0000000..c0323af
--- /dev/null
+++ b/tests/sanity/ignore-2.15.txt
@@ -0,0 +1,8 @@
+plugins/modules/mysql_db.py validate-modules:doc-elements-mismatch
+plugins/modules/mysql_db.py validate-modules:parameter-list-no-elements
+plugins/modules/mysql_db.py validate-modules:use-run-command-not-popen
+plugins/modules/mysql_info.py validate-modules:doc-elements-mismatch
+plugins/modules/mysql_info.py validate-modules:parameter-list-no-elements
+plugins/modules/mysql_query.py validate-modules:parameter-list-no-elements
+plugins/modules/mysql_user.py validate-modules:undocumented-parameter
+plugins/modules/mysql_variables.py validate-modules:doc-required-mismatch