Skip to content

Commit

Permalink
Merge pull request #38 from roles-ansible/1.1.3
Browse files Browse the repository at this point in the history
Update l3d.git.gitea and release 1.1.3
  • Loading branch information
DO1JLR authored Jun 10, 2024
2 parents 96bd537 + 11aea8d commit 449df39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.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:
Expand Down Expand Up @@ -44,7 +44,7 @@ You can also list a collection in ``requirements.yml``:
---
collections:
- name: l3d.git
version: ">=1.1.2"
version: ">=1.1.3"
```
## Include roles in your playbook
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: l3d
name: git

# 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
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/gitea
Submodule gitea updated 1 files
+1 −1 vars/main.yml

0 comments on commit 449df39

Please sign in to comment.