From 3d1390b6429e6aa81fc24edf7b2a2c9c1d816ea9 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Tue, 9 Aug 2022 12:30:45 +0530 Subject: [PATCH] Adding runtime.yml --- README.md | 2 +- meta/runtime.yml | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 meta/runtime.yml diff --git a/README.md b/README.md index 0044584..081e3f3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This collection contains modules and plugins to assist in automating managing of ### Requirements The collection is tested and supported with: -* ansible >= 2.13.1 +* ansible >= 2.10.0 * python >= 3.10 ## Installing the collection from Ansible Galaxy diff --git a/meta/runtime.yml b/meta/runtime.yml new file mode 100644 index 0000000..4f96bf5 --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1,12 @@ +--- +requires_ansible: '>=2.10.0' +action_groups: + grafana: + - alert_contact_point + - alert_notification_policy + - cloud_api_key + - cloud_plugin + - cloud_stack + - dashboard + - datasource + - folder \ No newline at end of file