Fix linting errors: Add YAML document start, remove trailing spaces, fix line length

This commit is contained in:
Sebastian Palencsár
2025-06-18 19:41:02 +02:00
parent 9d896bc6aa
commit 9d297d144c
3 changed files with 16 additions and 14 deletions

View File

@@ -1,3 +1,4 @@
---
extends: default
rules:

View File

@@ -140,7 +140,8 @@
msg: |
Status: {{ homepage_test.status | default('Fehler') }}
Content-Length: {{ homepage_test.content | length if homepage_test.content is defined else 0 }}
Enthält WordPress: {{ 'Ja' if homepage_test.content is defined and 'WordPress' in homepage_test.content else 'Nein' }}
Enthält WordPress: {{ 'Ja' if homepage_test.content is defined and
'WordPress' in homepage_test.content else 'Nein' }}
- name: Erfolgreiche Installation
debug: