mirror of
https://github.com/roles-ansible/ansible_collection_git.git
synced 2024-09-14 20:12:03 +02:00
commit
6862285e73
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
|
## 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.0.13
|
ansible-galaxy collection install l3d.git:1.0.14
|
||||||
```
|
```
|
||||||
|
|
||||||
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:
|
||||||
|
@ -43,7 +43,7 @@ You can also list a collection in ``requirements.yml``:
|
||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: l3d.git
|
- name: l3d.git
|
||||||
version: ">=1.0.13"
|
version: ">=1.0.14"
|
||||||
```
|
```
|
||||||
|
|
||||||
## 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.0.13
|
version: 1.0.14
|
||||||
|
|
||||||
# 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 2c1efdd22c2029ed8f9cbb1670f88d802ac10a8b
|
Subproject commit b7323e516f962c7dbdcfcf2488d060052d9f719e
|
Loading…
Reference in a new issue