From 012df73dba9a59beb7b5edfe9e0b146567386e01 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 14 Aug 2024 22:02:09 +0930 Subject: [PATCH] chore: correct a linting error by bumping required ansible ver to 2.16 #18 --- meta/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index 2fe301c..d0f5b38 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.16.0' # Content that Ansible needs to load from another location or that has # been deprecated/removed