Add meta/runtime.yml file required by galaxy

Ansible Galaxy added[1][2] a mandatory requirement for meta/runtime.yml
file and requires_ansible field in it. Add it to allow uploading
to Galaxy.

[1] https://github.com/ansible/galaxy-importer/pull/122
[2] https://github.com/ansible/galaxy-importer/pull/124

Change-Id: If925bb36c7722e8e5e150eb7f5ce9e6316fd9539
This commit is contained in:
Sagi Shnaidman 2021-07-29 15:19:14 +03:00 committed by Shnaidman Sagi (Sergey)
parent f370d40ca0
commit 5a14392aa3

2
meta/runtime.yml Normal file
View File

@ -0,0 +1,2 @@
---
requires_ansible: ">=2.8"