diff --git a/README.md b/README.md index 9a8e098..4072967 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Ansible collection providing a single reusable role for deploying and managing D ## Installation ```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`: diff --git a/galaxy.yml b/galaxy.yml index f3d67b5..cf43faf 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -14,5 +14,5 @@ tags: - containers dependencies: "community.docker": ">=1.10.0" -repository: https://git.jaroszew.ski/ansible/ansible-role-docker-compose-app -issues: https://git.jaroszew.ski/ansible/ansible-role-docker-compose-app/issues +repository: https://git.jaroszew.ski/ansible/ansible-collection-docker-compose-app +issues: https://git.jaroszew.ski/ansible/ansible-collection-docker-compose-app/issues