From acdffd50284d41e93f4527bffc585e7cdae97f99 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sat, 21 Sep 2024 11:32:51 +0200 Subject: [PATCH] meta: require atleast ansible >= 2.15.0 --- meta/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index 9e2861a..ca04633 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,3 +1,3 @@ --- -requires_ansible: ">=2.14" +requires_ansible: ">=2.15"