From 4d3b357fce701007e305156cd0f44ba11f49000b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Mon, 27 Apr 2020 09:37:26 +0200 Subject: [PATCH] Conform to underscore-style role names --- README.md | 2 +- meta/main.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d202e2a..20d0f26 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# netdata-collector +# netdata_collector Configures netdata to collect metrics and send them to another instance. diff --git a/meta/main.yml b/meta/main.yml index ba36e46..7662976 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,3 +3,4 @@ dependencies: - src: git@gitlab.fachschaften.org:fsi-ansible/netdata-base.git scm: git version: "v1.0" + name: netdata_base -- GitLab