From 48652534ceba4e8c49b8fc4be21cc99567785812 Mon Sep 17 00:00:00 2001 From: Sergey Malyuk Date: Tue, 16 Dec 2025 11:41:34 +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 e9151cd..181aa68 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ - [ipmi_exporter](roles/ipmi_exporter/README.md) - [mount_device](roles/mount_device/README.md) - [prometheus](roles/prometheus/README.md) +- [smartctl_exporter](roles/smartctl_exporter/README.md) - [ufw](roles/ufw/README.md) - [wg_hub](roles/wg_hub/README.md) - [wg_spoke](roles/wg_spoke/README.md) \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 409ec6a..4bb7cfd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: genlab name: common -version: 0.10.0 +version: 0.11.0 readme: README.md authors: - Alexander Gorelyshev (corvus-migratorius@proton.me)