Ansible doesn't want upper letter so we are unable to use happyDNS nor happyDomain spaces...
This commit is contained in:
parent
ffcc7ae784
commit
56ed5c4208
@ -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 happydns.happydomain
|
||||
ansible-galaxy collection install nemunaire.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: happydns.happydomain
|
||||
- name: nemunaire.happydomain
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user