From f98af0d7d526fbb320d6326e7ee383cd04e26203 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Tue, 26 Sep 2023 15:12:32 +0200 Subject: [PATCH] Fix community exclude syntax --- .github/workflows/community.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/community.yml b/.github/workflows/community.yml index ffb70317b..f68bc91e3 100644 --- a/.github/workflows/community.yml +++ b/.github/workflows/community.yml @@ -34,8 +34,10 @@ jobs: - name: transformers exclude: # Keycloak collection doesn't support ubuntu - - name: identity - image: ubuntu:20.04 + - role: + name: identity + molecule_distro: + image: ubuntu:20.04 env: PY_COLORS: 1 PYTHONUNBUFFERED: 1