diff --git a/.github/workflows/ansible-test-roles.yml b/.github/workflows/ansible-test-roles.yml index bda6986..cedb267 100644 --- a/.github/workflows/ansible-test-roles.yml +++ b/.github/workflows/ansible-test-roles.yml @@ -30,6 +30,7 @@ jobs: python: - 3.6 - 3.8 + - 3.9 exclude: - python: 3.8 ansible: stable-2.11 @@ -39,6 +40,8 @@ jobs: ansible: stable-2.13 - python: 3.6 ansible: devel + - python: 3.8 + ansible: devel steps: