From 790c14bba986e1a35bf4b44613a06ccc059cfa7c Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Tue, 15 Mar 2022 13:04:54 -0400 Subject: [PATCH] add meta for hub import to function correctly --- meta/runtime.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/runtime.yml diff --git a/meta/runtime.yml b/meta/runtime.yml new file mode 100644 index 0000000..4f8988b --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1,2 @@ +--- +requires_ansible: ">=2.10"