Fix linting errors: Add YAML document start, remove trailing spaces, fix line length
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user