diff --git a/README.md b/README.md index da66282..e57c7fc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ansible Collection - fenris.default +# Ansible Collection - linke.standard Sammlung von allgemeinen, wiederverwendbaren Ansible-Rollen diff --git a/galaxy.yml b/galaxy.yml index 325a074..783a748 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,10 +2,10 @@ # 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: fenris +namespace: linke # The name of the collection. Has the same character restrictions as 'namespace' -name: default +name: standard # The version of the collection. Must be compatible with semantic versioning version: 1.0.0 @@ -21,12 +21,12 @@ authors: ### OPTIONAL but strongly recommended # A short summary description of the collection -description: "Meine Sammlung von Rollen" +description: "Sammlung von Rollen für die Partei 'Die Linke'" # 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' license: -- GPL-2.0-or-later +- GPL-3.0-or-later # The path to the license file for the collection. This path is relative to the root of the collection. This key is # mutually exclusive with 'license' diff --git a/tools/check-json-syntax b/tools/check-json-syntax index fef2e11..4f8cbbf 100755 --- a/tools/check-json-syntax +++ b/tools/check-json-syntax @@ -2,7 +2,7 @@ ## consts -dir_base="fenris/default" +dir_base="linke/standard" ## exec diff --git a/tools/rename-roll b/tools/rename-roll index 9923042..5d6e078 100755 --- a/tools/rename-roll +++ b/tools/rename-roll @@ -2,7 +2,7 @@ ## consts -dir_base="fenris/default" +dir_base="linke/standard" ## args