Compare commits

..

1 Commits

Author SHA1 Message Date
41d796d73c chore(deps): update ansible/ansible-lint action to v25.9.0
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 24s
Lint Markdown files / markdown-lint (push) Successful in 13s
Ansible Linter / ansible-lint (pull_request) Failing after 21s
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
2025-09-16 13:02:13 +00:00
8 changed files with 6 additions and 6 deletions

View File

@@ -12,9 +12,9 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v5.0.1
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v25.11.1
uses: ansible/ansible-lint@v25.9.0
with:
args: "--config-file .ansible-lint"
setup_python: "true"

View File

@@ -12,7 +12,7 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v5.0.1
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
- uses: actions/checkout@v4.3.0
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with:
globs: '**/*.md'

View File

@@ -14,7 +14,7 @@ Renovate will be periodically started by systemd.
## Features
- Configuring docker-compose.yaml and the config.json
- Configuring docker-compose.yml and the config.json
- Configuring systemd service and timer unit
## Configuring

View File

@@ -17,7 +17,7 @@
group: docker
mode: "0664"
with_items:
- srv/docker/renovate/docker-compose.yaml
- srv/docker/renovate/docker-compose.yml
- srv/docker/renovate/config.json
- name: Create start and stop scripts