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 <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-03-20 09:19:28 +01:00
parent 5ee2b98183
commit 651e1d6718

3
tests/config.yml Normal file
View File

@@ -0,0 +1,3 @@
---
modules:
python_requires: ">=3.9,<=3.12"