From 63a83eb6d6fbd1a24471b12fce409c49ae74f5ac Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 19 Jul 2023 12:03:31 +0200 Subject: [PATCH] Update linting and refactor settings.other in git + Refactor setting.Other and remove unused SHOW_FOOTER_BRANDING as announced in https://github.com/go-gitea/gitea/releases/tag/v1.20.0 + Update linting action definition --- .github/workflows/ansible-linting-check.yml | 8 ++------ README.md | 4 ++-- galaxy.yml | 2 +- roles/gitea | 2 +- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index 5ed3e8a..f257e85 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -2,15 +2,11 @@ name: Ansible Lint check # yamllint disable-line rule:truthy -on: - push: - branches: '*' - pull_request: - branches: '*' +on: [push, pull_request] jobs: build: - + name: Ansible Lint runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index fc6a855..587e43e 100644 --- a/README.md +++ b/README.md @@ -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.7 +ansible-galaxy collection install l3d.git:1.0.8 ``` 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.7" + version: ">=1.0.8" ``` ## Include roles in your playbook diff --git a/galaxy.yml b/galaxy.yml index 59a8587..aeb48f3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: l3d name: git # The version of the collection. Must be compatible with semantic versioning -version: 1.0.7 +version: 1.0.8 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/gitea b/roles/gitea index 5022106..2d174e2 160000 --- a/roles/gitea +++ b/roles/gitea @@ -1 +1 @@ -Subproject commit 502210624d942259a2c22b225944b3af784f4c70 +Subproject commit 2d174e2f8cf497d5b6c5ade3c582351d7bf4b013