fix: rename files to .yaml
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 17s
Lint Markdown files / markdown-lint (push) Successful in 4s

This commit is contained in:
2025-11-23 16:18:33 +01:00
parent 52c90d440e
commit fc1ac93fea
6 changed files with 2 additions and 2 deletions

View File

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

View File

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