[c] migrate to gitpot.org

This commit is contained in:
Sangelo 2024-04-08 15:19:27 +02:00
parent ed13590894
commit f3a13a6048
2 changed files with 7 additions and 7 deletions

View file

@ -40,10 +40,10 @@ Before you begin, ensure you have the following prerequisites:
```bash
# install collection from source
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core.git
$ ansible-galaxy collection install git+https://gitpot.org/lunivity/ansible-core.git
# install collection from tagged release 1.0.0 (currently unavailable)
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core.git,1.0.0
$ ansible-galaxy collection install git+https://gitpot.org/lunivity/ansible-core.git,1.0.0
```
#### Using a Requirements File
@ -53,7 +53,7 @@ $ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-core
```yaml
collections:
- name: https://gitpot.dev/lunivity/ansible-core.git
- name: https://gitpot.org/lunivity/ansible-core.git
type: git
version: latest
```
@ -90,7 +90,7 @@ For more detailed documentation, including advanced usage and customization opti
## Contributions
You're welcome to contribute to this Ansible Collection if you have a Lunivity account (see Gitpot's [homepage](https://gitpot.dev) for details if registrations aren't open yet).
You're welcome to contribute to this Ansible Collection if you have a Lunivity account (see Gitpot's [homepage](https://gitpot.org) for details if registrations aren't open yet).
## License

View file

@ -43,16 +43,16 @@ tags: []
dependencies: {}
# The URL of the originating SCM repository
repository: https://gitpot.dev/lunivity/ansible-core
repository: https://gitpot.org/lunivity/ansible-core
# The URL to any online docs
documentation: https://wiki.lunivity.com/docs/ansible/core/
# The URL to the homepage of the collection/project
homepage: https://gitpot.dev/lunivity/ansible-core
homepage: https://gitpot.org/lunivity/ansible-core
# The URL to the collection issue tracker
issues: https://gitpot.dev/lunivity/ansible-core/issues
issues: https://gitpot.org/lunivity/ansible-core/issues
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This