This commit is contained in:
parent
56ed5c4208
commit
efbecdbc23
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user