From 4e81b3f4674059f4c17eb6574a8653b703327993 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Mon, 24 Jul 2023 15:21:11 +0100 Subject: [PATCH] Create runtime.yml (#6) ``` Error: [ERROR]: Galaxy import error message: Import Task "29939" failed: Publishing collection artifact '/home/runner/work/ansible-collection-linux/ansible-collection-linux/stackhpc-linux-1.0.0.tar.gz' to default https://galaxy.ansible.com/api/ 'requires_ansible' in meta/runtime.yml is mandatory, but no meta/runtime.yml Collection has been published to the Galaxy server default https://galaxy.ansible.com/api/ found Waiting until Galaxy import task https://galaxy.ansible.com/api/v2/collection-imports/29939/ has completed ERROR! Galaxy import process failed: 'requires_ansible' in meta/runtime.yml is mandatory, but no meta/runtime.yml found (Code: None) ``` See: https://github.com/stackhpc/ansible-collection-linux/actions/runs/5645877621/ --- 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..18dabe9 --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1,2 @@ +--- +requires_ansible: ">=2.9"