mirror of
https://github.com/roles-ansible/ansible_collection_git.git
synced 2024-09-14 20:12:03 +02:00
fixed typo in var name gitea_configuration_path
``` gitea_configuraion_path --> gitea_configuration_path ``` See https://github.com/roles-ansible/ansible_role_gitea/pull/115 and https://github.com/roles-ansible/ansible_role_gitea/releases/tag/v3.2.9
This commit is contained in:
parent
601af9b087
commit
4aff36bd4d
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,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.0.8
|
||||
ansible-galaxy collection install l3d.git:1.0.9
|
||||
```
|
||||
|
||||
Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
|
||||
|
@ -43,7 +43,7 @@ You can also list a collection in ``requirements.yml``:
|
|||
---
|
||||
collections:
|
||||
- name: l3d.git
|
||||
version: ">=1.0.8"
|
||||
version: ">=1.0.9"
|
||||
```
|
||||
|
||||
## Include roles in your playbook
|
||||
|
|
|
@ -9,7 +9,7 @@ namespace: l3d
|
|||
name: git
|
||||
|
||||
# The version of the collection. Must be compatible with semantic versioning
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
|
||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||
readme: README.md
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2d174e2f8cf497d5b6c5ade3c582351d7bf4b013
|
||||
Subproject commit 666616b132a5b70a44a0bfda65b99d4f1cbfd49b
|
Loading…
Reference in a new issue