mirror of
https://github.com/roles-ansible/ansible_collection_git.git
synced 2024-09-14 20:12:03 +02:00
Merge pull request #25 from roles-ansible/systemd
update gitea: it is now possible to create systemd units on all systems
This commit is contained in:
commit
6976e9434e
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.14
|
||||
ansible-galaxy collection install l3d.git:1.1.0
|
||||
```
|
||||
|
||||
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.14"
|
||||
version: ">=1.1.0"
|
||||
```
|
||||
|
||||
## 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.14
|
||||
version: 1.1.0
|
||||
|
||||
# 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 bf5d20db91729ecfc67eb719bae861ecae271837
|
||||
Subproject commit 7857a62eb2a463be783023ca1fe71391cf966796
|
Loading…
Reference in a new issue