From 5a46e3b34da8830862473c4791bbaf5a1cbc7312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Wed, 8 Jun 2022 22:13:34 +0200 Subject: [PATCH] add files required by ansible-galaxy --- galaxy.yml | 1 + meta/runtime.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 meta/runtime.yml diff --git a/galaxy.yml b/galaxy.yml index ee8ed07..1fcd17d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,3 +16,4 @@ tags: repository: https://github.com/dzervas/ansible-vector documentation: https://github.com/dzervas/ansible-vector issues: https://github.com/dzervas/ansible-vector/issues +version: 0.1.5 diff --git a/meta/runtime.yml b/meta/runtime.yml new file mode 100644 index 0000000..938ca97 --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1 @@ +requires_ansible: '>=2.9.10'