From 454f42dd749da8feaebedd036c5b739f7b05a3f1 Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 10 Oct 2023 20:08:12 +0200 Subject: [PATCH] Update gitea role and linter --- .github/dependabot.yml | 9 +++++++++ .github/workflows/ansible-linting-check.yml | 11 ++++++----- README.md | 6 +++--- galaxy.yml | 2 +- roles/gitea | 2 +- 5 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dde6f4a --- /dev/null +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/workflows/ansible-linting-check.yml b/.github/workflows/ansible-linting-check.yml index f257e85..9ad66de 100644 --- a/.github/workflows/ansible-linting-check.yml +++ b/.github/workflows/ansible-linting-check.yml @@ -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" diff --git a/README.md b/README.md index e3e0244..baa09cb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/galaxy.yml b/galaxy.yml index c8620f7..dd49154 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.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 diff --git a/roles/gitea b/roles/gitea index 20d8a17..ec13147 160000 --- a/roles/gitea +++ b/roles/gitea @@ -1 +1 @@ -Subproject commit 20d8a17f84eb3e23de3402467d0fe344c75da86d +Subproject commit ec13147f2bce503328785240b66d17edc73f68dd