From 4ddc59b4fd09daf6126120252b457c029aa6e12f Mon Sep 17 00:00:00 2001 From: juju4 Date: Thu, 4 Jul 2024 06:05:12 +0000 Subject: [PATCH] ci(default): all but 22.04 as experimental --- .github/workflows/default.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 4909500..e71997c 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -21,15 +21,15 @@ jobs: - molecule_distro: 'centos:7' experimental: true # SSL CERTIFICATE_VERIFY_FAILED remirepo - molecule_ditro: 'debian:bullseye' - experimental: false + experimental: true - molecule_distro: 'rockylinux:9' experimental: true - molecule_distro: 'rockylinux:8' experimental: true - molecule_distro: 'ubuntu:22.04' - experimental: true - - molecule_distro: 'ubuntu:20.04' experimental: false + - molecule_distro: 'ubuntu:20.04' + experimental: true env: ANSIBLE_CALLBACKS_ENABLED: profile_tasks MOLECULE_NO_LOG: "false"