[c] migrate to gitpot.dev
This commit is contained in:
parent
2421aca1b3
commit
ce4756c178
2 changed files with 6 additions and 6 deletions
|
@ -40,10 +40,10 @@ Before you begin, ensure you have the following prerequisites:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# install collection from source
|
# install collection from source
|
||||||
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-common.git
|
$ ansible-galaxy collection install git+https://gitpot.org/lunivity/ansible-common.git
|
||||||
|
|
||||||
# install collection from tagged release 1.0.0 (currently unavailable)
|
# install collection from tagged release 1.0.0 (currently unavailable)
|
||||||
$ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-common.git,1.0.0
|
$ ansible-galaxy collection install git+https://gitpot.org/lunivity/ansible-common.git,1.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Using a Requirements File
|
#### Using a Requirements File
|
||||||
|
@ -53,7 +53,7 @@ $ ansible-galaxy collection install git+https://gitpot.dev/lunivity/ansible-comm
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
collections:
|
collections:
|
||||||
- name: https://gitpot.dev/lunivity/ansible-common.git
|
- name: https://gitpot.org/lunivity/ansible-common.git
|
||||||
type: git
|
type: git
|
||||||
version: latest
|
version: latest
|
||||||
```
|
```
|
||||||
|
@ -90,7 +90,7 @@ For more detailed documentation, including advanced usage and customization opti
|
||||||
|
|
||||||
## Contributions
|
## 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
|
## License
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ tags: []
|
||||||
dependencies: {}
|
dependencies: {}
|
||||||
|
|
||||||
# The URL of the originating SCM repository
|
# The URL of the originating SCM repository
|
||||||
repository: https://gitpot.dev/lunivity/ansible-common
|
repository: https://gitpot.org/lunivity/ansible-common
|
||||||
|
|
||||||
# The URL to any online docs
|
# The URL to any online docs
|
||||||
documentation: https://wiki.lunivity.com/docs/ansible/common/
|
documentation: https://wiki.lunivity.com/docs/ansible/common/
|
||||||
|
@ -52,7 +52,7 @@ documentation: https://wiki.lunivity.com/docs/ansible/common/
|
||||||
homepage: https://lunivity.com
|
homepage: https://lunivity.com
|
||||||
|
|
||||||
# The URL to the collection issue tracker
|
# The URL to the collection issue tracker
|
||||||
issues: https://gitpot.dev/lunivity/ansible-common/issues
|
issues: https://gitpot.org/lunivity/ansible-common/issues
|
||||||
|
|
||||||
# A list of file glob-like patterns used to filter any files or directories that should not be included in the build
|
# 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
|
# artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This
|
||||||
|
|
Loading…
Reference in a new issue