update repo URLs after gitea rename to ansible-collection-docker-compose-app
This commit is contained in:
@@ -9,7 +9,7 @@ Ansible collection providing a single reusable role for deploying and managing D
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ansible-galaxy collection install git+https://git.jaroszew.ski/ansible/ansible-role-docker-compose-app.git
|
ansible-galaxy collection install git+https://git.jaroszew.ski/ansible/ansible-collection-docker-compose-app.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Or as a dependency in another collection's `galaxy.yml`:
|
Or as a dependency in another collection's `galaxy.yml`:
|
||||||
|
|||||||
+2
-2
@@ -14,5 +14,5 @@ tags:
|
|||||||
- containers
|
- containers
|
||||||
dependencies:
|
dependencies:
|
||||||
"community.docker": ">=1.10.0"
|
"community.docker": ">=1.10.0"
|
||||||
repository: https://git.jaroszew.ski/ansible/ansible-role-docker-compose-app
|
repository: https://git.jaroszew.ski/ansible/ansible-collection-docker-compose-app
|
||||||
issues: https://git.jaroszew.ski/ansible/ansible-role-docker-compose-app/issues
|
issues: https://git.jaroszew.ski/ansible/ansible-collection-docker-compose-app/issues
|
||||||
|
|||||||
Reference in New Issue
Block a user