Ansible doesn't want upper letter so we are unable to use happyDNS nor happyDomain spaces...

This commit is contained in:
nemunaire 2023-03-31 18:24:43 +02:00
parent ffcc7ae784
commit 56ed5c4208
1 changed files with 2 additions and 2 deletions

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