From a61a64d5e3158401cfd853169ee6250d02c2a34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 2 Jun 2021 18:59:08 +0200 Subject: [PATCH] add Ansible metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Sokołowski --- meta/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..312c341 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,11 @@ +--- +galaxy_info: + author: Jakub Sokołowski + description: Deploy and setup a Nimbus Eth2 beacon node on Windows + company: Status.im + license: MIT + min_ansible_version: 1.9 + platforms: + - name: Windows + versions: + - all