1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_git.git synced 2024-09-14 20:12:03 +02:00

Update l3d.git.gitea and release 1.1.3

This commit is contained in:
L3D 2024-06-10 13:39:48 +02:00
parent 2ce1abbc1e
commit acd916a7fa
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ Here are all our ansible roles for installing git server.
## Using this Collection ## Using this Collection
You can install the collection using ansible-galaxy by running: You can install the collection using ansible-galaxy by running:
```bash ```bash
ansible-galaxy collection install l3d.git:1.1.2 ansible-galaxy collection install l3d.git:1.1.3
``` ```
Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter: Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
@ -44,7 +44,7 @@ You can also list a collection in ``requirements.yml``:
--- ---
collections: collections:
- name: l3d.git - name: l3d.git
version: ">=1.1.2" version: ">=1.1.3"
``` ```
## Include roles in your playbook ## Include roles in your playbook

View file

@ -9,7 +9,7 @@ namespace: l3d
name: git name: git
# The version of the collection. Must be compatible with semantic versioning # The version of the collection. Must be compatible with semantic versioning
version: 1.1.2 version: 1.1.3
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md

@ -1 +1 @@
Subproject commit 128a7d2e7a0f1c9151ab6e6316b2bf05cd681332 Subproject commit 69087942b2ef434991a94a99e48f795e4f71c155