From 1f114738816bc5f2e4b7cfea30380fc666f0b4e5 Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 19 Jan 2025 00:09:33 +0100 Subject: [PATCH] update submodules --- README.md | 4 ++-- galaxy.yml | 2 +- roles/gitea | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6678257..4933668 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Here are all our ansible roles for installing git server. ## Using this Collection You can install the collection using ansible-galaxy by running: ```bash -ansible-galaxy collection install l3d.git:1.1.9 +ansible-galaxy collection install l3d.git:1.1.10 ``` Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter: @@ -41,7 +41,7 @@ You can also list a collection in ``requirements.yml``: --- collections: - name: l3d.git - version: ">=1.1.9" + version: ">=1.1.10" ``` ## Include roles in your playbook diff --git a/galaxy.yml b/galaxy.yml index fc40445..cb6efaa 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.9 +version: 1.1.10 # 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/gitea b/roles/gitea index 4ae3414..f68b45a 160000 --- a/roles/gitea +++ b/roles/gitea @@ -1 +1 @@ -Subproject commit 4ae341484ef33679ca09d0cabde15c65f4525f45 +Subproject commit f68b45ade59e4e651f31510717a2d137fe8b7ee2