From 842dab074a97cf8a83ccd882ebf985e5db80a251 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 2 Jun 2023 12:37:57 +0300 Subject: [PATCH] Add ansible-role-postgis to requirements file Related to https://github.com/mother-of-all-self-hosting/mash-playbook/pull/69 --- requirements.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.yml b/requirements.yml index e00bd95..0ca95d1 100644 --- a/requirements.yml +++ b/requirements.yml @@ -115,6 +115,9 @@ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-peertube.git version: v5.1.0-3 name: peertube +- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-postgis.git + version: v15-3.3-0 + name: postgis - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-prometheus.git version: v2.44.0-0 name: prometheus