Skip to content

Commit

Permalink
Merge pull request #43 from roles-ansible/f
Browse files Browse the repository at this point in the history
Update gitea and forgejo_runner roles
  • Loading branch information
DO1JLR authored Sep 3, 2024
2 parents 933021b + 8fea663 commit 353582b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.5
ansible-galaxy collection install l3d.git:1.1.6
```

Remember you can to Upgrade to the latest version of the l3d.git collection using the ``--upgrade`` parameter:
Expand All @@ -41,7 +41,7 @@ You can also list a collection in ``requirements.yml``:
---
collections:
- name: l3d.git
version: ">=1.1.5"
version: ">=1.1.6"
```
## Include roles in your playbook
Expand Down
4 changes: 2 additions & 2 deletions 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.5
version: 1.1.6

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down Expand Up @@ -48,7 +48,7 @@ tags:
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ','
dependencies:
"community.general": ">=9.2.0"
"community.general": ">=9.3.0"

# The URL of the originating SCM repository
repository: https://github.com/roles-ansible/ansible_collection_git.git
Expand Down
2 changes: 1 addition & 1 deletion roles/forgeo_runner
2 changes: 1 addition & 1 deletion roles/gitea

0 comments on commit 353582b

Please sign in to comment.