mirror of
https://github.com/roles-ansible/ansible_collection_git.git
synced 2024-09-14 20:12:03 +02:00
adding local user support in gitea/forgejo
This commit is contained in:
parent
ed4cd5acc7
commit
576a80492c
4 changed files with 5 additions and 5 deletions
|
@ -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.1
|
ansible-galaxy collection install l3d.git:1.1.2
|
||||||
```
|
```
|
||||||
|
|
||||||
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.1"
|
version: ">=1.1.2"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Include roles in your playbook
|
## Include roles in your playbook
|
||||||
|
|
|
@ -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.1
|
version: 1.1.2
|
||||||
|
|
||||||
# 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 04a7ba381e5fd4a825efc0fa19b332254ebe5667
|
Subproject commit e167af9ae5d08fa73449db157089db8fa6fe01b4
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8777751b55407347830c91b6b7b62ae07c5cdcc7
|
Subproject commit bf89f5b68c8f59d75c95892540f73101bdd764ef
|
Loading…
Reference in a new issue