This commit is contained in:
parent
56ed5c4208
commit
efbecdbc23
@ -12,7 +12,7 @@ steps:
|
|||||||
image: plugins/ansible:3
|
image: plugins/ansible:3
|
||||||
commands:
|
commands:
|
||||||
- ansible-galaxy collection build
|
- 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:
|
environment:
|
||||||
GALAXY_TOKEN:
|
GALAXY_TOKEN:
|
||||||
from_secret: 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:
|
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:
|
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
|
```yaml
|
||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: nemunaire.happydomain
|
- name: happydns.happydomain
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
namespace: nemunaire
|
namespace: happydns
|
||||||
name: happydomain
|
name: happydomain
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- happyDomain Team <happydomain.org>
|
- happyDomain Team <happydomain.org>
|
||||||
|
Loading…
Reference in New Issue
Block a user