From ef5dc80bce85c2f5b12fe86b5044e4e7e0edba9a Mon Sep 17 00:00:00 2001 From: juju4 Date: Sun, 8 Dec 2024 00:21:42 +0000 Subject: [PATCH] ci(default-bare): set 22.04 as experimental - Cannot declare class Attribute, because the name is already in use --- .github/workflows/default-bare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default-bare.yml b/.github/workflows/default-bare.yml index 35a254a..c9ccae4 100644 --- a/.github/workflows/default-bare.yml +++ b/.github/workflows/default-bare.yml @@ -28,7 +28,7 @@ jobs: - distribution: ubuntu version: '22.04' suite: default - experimental: false + experimental: true env: ANSIBLE_CALLBACKS_ENABLED: profile_tasks ANSIBLE_EXTRA_VARS: "-e misp_mysql_user=root -e misp_mysql_pass=root"