From 37cf813a89a41e95f5766c26bdecd3d878f561dc Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Tue, 22 Aug 2023 18:31:28 -0400 Subject: [PATCH] Create config.yml --- tests/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/config.yml diff --git a/tests/config.yml b/tests/config.yml new file mode 100644 index 00000000..a1993a25 --- /dev/null +++ b/tests/config.yml @@ -0,0 +1,6 @@ +--- +# See template for more information: +# https://github.com/ansible/ansible/blob/devel/test/lib/ansible_test/config/config.yml +modules: + python_requires: controller +...