From f3a13a6048981e56a2004087c49f8951396920d1 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 8 Apr 2024 15:19:27 +0200 Subject: [PATCH] [c] migrate to gitpot.org --- README.md | 8 ++++---- galaxy.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5399b2a..d18c7ef 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/galaxy.yml b/galaxy.yml index b8440bb..394a046 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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