From 651e1d6718fc851997f3a14e7f374463f5cd6470 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 20 Mar 2024 09:19:28 +0100 Subject: [PATCH] fix: Rename tests/config.yaml to tests/config.yml The file extension of the file needs to be .yml, so ansible-test is able to pick it up. Signed-off-by: Felix Matouschek --- tests/{config.yaml => config.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{config.yaml => config.yml} (100%) diff --git a/tests/config.yaml b/tests/config.yml similarity index 100% rename from tests/config.yaml rename to tests/config.yml