From e55053c1802f23cc5e69d3bd20998832d6c1d5c6 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 10 Jun 2020 13:57:02 -0500 Subject: [PATCH] Issue #125: Add requires_ansible version constraints to runtime.yml. --- meta/runtime.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/runtime.yml b/meta/runtime.yml index 3d501bae..05bb94eb 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -1,4 +1,6 @@ --- +requires_ansible: '>=2.9,<2.11' + action_groups: k8s: - k8s