Rename namespace
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
nemunaire 2023-04-12 10:36:30 +02:00
parent 56ed5c4208
commit efbecdbc23
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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
```

View File

@ -1,7 +1,7 @@
---
namespace: nemunaire
namespace: happydns
name: happydomain
version: 0.2.1
version: 0.2.2
readme: README.md
authors:
- happyDomain Team <happydomain.org>