From efbecdbc238761786da5f82b72a49b1b9ba4a1b4 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 12 Apr 2023 10:36:30 +0200 Subject: [PATCH] Rename namespace --- .drone.yml | 2 +- README.md | 4 ++-- galaxy.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index a5c4f17..f8e3bb4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: plugins/ansible:3 commands: - ansible-galaxy collection build - - ansible-galaxy collection publish --token $${GALAXY_TOKEN} nemunaire-happydomain-${DRONE_TAG##v}.tar.gz + - ansible-galaxy collection publish --token $${GALAXY_TOKEN} happydns-happydomain-${DRONE_TAG##v}.tar.gz environment: GALAXY_TOKEN: from_secret: galaxy-token diff --git a/README.md b/README.md index 2f4c92b..724e49e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The collection is tested and supported with: `ansible >= 2.9` Before using the happyDomain collection, you need to install it using the below command: ``` -ansible-galaxy collection install nemunaire.happydomain +ansible-galaxy collection install happydns.happydomain ``` You can also include it in a `requirements.yml` file and install it via `ansible-galaxy collection install -r requirements.yml`, using the format: @@ -21,7 +21,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible ```yaml --- collections: - - name: nemunaire.happydomain + - name: happydns.happydomain ``` diff --git a/galaxy.yml b/galaxy.yml index 7cc6d73..d0b5340 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- -namespace: nemunaire +namespace: happydns name: happydomain -version: 0.2.1 +version: 0.2.2 readme: README.md authors: - happyDomain Team