mirror of
https://github.com/roles-ansible/ansible_collection_git.git
synced 2024-09-14 20:12:03 +02:00
Update gitea role and linter
This commit is contained in:
parent
bb71c18319
commit
454f42dd74
5 changed files with 20 additions and 10 deletions
9
.github/dependabot.yml
vendored
Normal file
9
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
11
.github/workflows/ansible-linting-check.yml
vendored
11
.github/workflows/ansible-linting-check.yml
vendored
|
@ -11,13 +11,14 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: 'checkout git repo'
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.1.0
|
||||
with:
|
||||
lfs: true
|
||||
submodules: true
|
||||
submodules: false
|
||||
fetch-depth: 0
|
||||
|
||||
- name: 'Lint Ansible Playbook'
|
||||
uses: ansible/ansible-lint-action@v6
|
||||
- name: Run ansible-lint
|
||||
uses: ansible-actions/ansible-lint-action@v0.0.3
|
||||
with:
|
||||
path: "."
|
||||
target: "./"
|
||||
python_dependency: "jmespath"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[![collection l3d.git](https://ansible.l3d.space/svg/l3d.git_ansible-collection_collection.svg)](https://galaxy.ansible.com/l3d/git)
|
||||
[![collection l3d.git](https://ansible.l3d.space/svg/l3d.git_ansible-collection_collection.svg)](https://galaxy.ansible.com/ui/repo/published/l3d/git/)
|
||||
[![Maintainance](https://ansible.l3d.space/svg/l3d.git_maintainance_collection.svg)](https://ansible.l3d.space/#l3d.git)
|
||||
[![License](https://ansible.l3d.space/svg/l3d.git_license_collection.svg)](LICENSE)
|
||||
|
||||
|
@ -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.10
|
||||
ansible-galaxy collection install l3d.git:1.0.11
|
||||
```
|
||||
|
||||
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.10"
|
||||
version: ">=1.0.11"
|
||||
```
|
||||
|
||||
## 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.10
|
||||
version: 1.0.11
|
||||
|
||||
# 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 20d8a17f84eb3e23de3402467d0fe344c75da86d
|
||||
Subproject commit ec13147f2bce503328785240b66d17edc73f68dd
|
Loading…
Reference in a new issue