From bab9faf31caf6175b76fee5e83f6f5643497b353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 24 Nov 2022 13:06:26 +0100 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..b8e758c --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,12 @@ +--- +galaxy_info: + author: Jakub Sokołowski + description: Deploy Highly Available PostgreSQL + company: Status.im + license: MIT + min_ansible_version: 1.9 + platforms: + - name: Ubuntu + versions: + - xenial + dependencies: []