From f63cdf2fb84d4f6dce5ebac1dd3b7942e0756ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Mon, 22 Sep 2025 21:50:54 +0200 Subject: [PATCH] [mod] galaxy definition [mod] readme --- README.md | 2 +- galaxy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dcacdf..33930a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ansible Collection - linke.standard +# Ansible Collection - roydfalk.standard Sammlung von allgemeinen, wiederverwendbaren Ansible-Rollen diff --git a/galaxy.yml b/galaxy.yml index 8a1d7ac..d7ab6b4 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ # The namespace of the collection. This can be a company/brand/organization or product namespace under which all # content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with # underscores or numbers and cannot contain consecutive underscores -namespace: linke +namespace: roydfalk # The name of the collection. Has the same character restrictions as 'namespace' name: standard @@ -21,7 +21,7 @@ authors: ### OPTIONAL but strongly recommended # A short summary description of the collection -description: "Sammlung von allgemeinen, wiederverwendbaren Ansible-Rollen (ursprünglich für Infrastruktur der Partei 'DIE LINKE.')" +description: "Sammlung von allgemeinen, wiederverwendbaren Ansible-Rollen" # Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only # accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'