From 38ff10d0e041def1232dcd0f7de2affe861db887 Mon Sep 17 00:00:00 2001 From: "Ivo C.S. Wingelaar" Date: Sun, 13 Oct 2024 13:41:16 +0200 Subject: [PATCH] Add minimum required Ansible version --- meta/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index 20f709e..91fd10f 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,7 +1,7 @@ --- # Collections must specify a minimum required ansible version to upload # to galaxy -# requires_ansible: '>=2.9.10' +requires_ansible: '>=2.17.5' # Content that Ansible needs to load from another location or that has # been deprecated/removed