From c1bcb9c3e89de8bb7fb9e5f0a1a77123030d8aee Mon Sep 17 00:00:00 2001 From: Sergey Malyuk Date: Fri, 19 Dec 2025 12:32:54 +0300 Subject: [PATCH] update meta --- README.md | 1 + galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 756cd56..dd72194 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ - [nginx](roles/nginx/README.md) - [nginx_docker](roles/nginx_docker/README.md) - [node_exporter](roles/node_exporter/README.md) +- [postgres1c](roles/postgres1c/README.md) - [prometheus](roles/prometheus/README.md) - [promtail](roles/promtail/README.md) - [rclone_yandex](roles/rclone_yandex/README.md) diff --git a/galaxy.yml b/galaxy.yml index a800451..a948bd5 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: genlab name: common -version: 0.29.0 +version: 0.30.0 readme: README.md authors: - Alexander Gorelyshev (corvus-migratorius@proton.me)