From 87dc9f62ec9032ab449a049b5c993e5965751730 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Wed, 13 Dec 2023 18:26:27 +0100 Subject: [PATCH] feat(cicd): add tests and add correct molecule scenario names --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index f51d9eb..5d7c667 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -35,7 +35,7 @@ jobs: strategy: matrix: test_os: [debian11, debian12, ubuntu2004, ubuntu2204] - scenario: [default, with_custom_flags] + scenario: [default, with_docker_host] env: ANSIBLE_HOST_KEY_CHECKING: 'false' ANSIBLE_FORCE_COLOR: 'true'