diff --git a/.gitmodules b/.gitmodules index 5205c1c..88f8490 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ path = roles/gitea branch = main url = https://github.com/roles-ansible/ansible_role_gitea.git +[submodule "roles/forgeo_runner"] + path = roles/forgeo_runner + url = https://github.com/roles-ansible/ansible_role_forgeo_runner diff --git a/README.md b/README.md index d4025d4..2ce8d12 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ Here are all our ansible roles for installing git server. ## Ansible Roles in l3d.git - [![l3d.git.gitea](https://ansible.l3d.space/svg/l3d.git.gitea_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_gitea.git) - Ansible role to install gitea or forgejo git server +- [![l3d.git.forgejo_runner](https://ansible.l3d.space/svg/l3d.git.forgejo-runner_ansible-role.svg)](https://github.com/roles-ansible/ansible_role_forgejo-runner.git) - Ansible role to install forgejo runner ## Using this Collection You can install the collection using ansible-galaxy by running: ```bash -ansible-galaxy collection install l3d.git:1.1.0 +ansible-galaxy collection install l3d.git:1.1.1 ``` Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter: @@ -43,7 +44,7 @@ You can also list a collection in ``requirements.yml``: --- collections: - name: l3d.git - version: ">=1.1.0" + version: ">=1.1.1" ``` ## Include roles in your playbook diff --git a/galaxy.yml b/galaxy.yml index 64b0cc4..c29bfba 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: l3d name: git # The version of the collection. Must be compatible with semantic versioning -version: 1.1.0 +version: 1.1.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/forgeo_runner b/roles/forgeo_runner new file mode 160000 index 0000000..ab0828b --- /dev/null +++ b/roles/forgeo_runner @@ -0,0 +1 @@ +Subproject commit ab0828bde7fbb15c22deb30b679e44754441da6d diff --git a/roles/gitea b/roles/gitea index b2d6410..45ae6d1 160000 --- a/roles/gitea +++ b/roles/gitea @@ -1 +1 @@ -Subproject commit b2d64105ae6bd9977a71df42c11eae2df0ae8714 +Subproject commit 45ae6d10447a4b8b72f40a3f78db24e7a3d2e608