Fix linting errors: Add YAML document start, remove trailing spaces, fix line length
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
---
|
||||||
extends: default
|
extends: default
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
@@ -140,7 +140,8 @@
|
|||||||
msg: |
|
msg: |
|
||||||
Status: {{ homepage_test.status | default('Fehler') }}
|
Status: {{ homepage_test.status | default('Fehler') }}
|
||||||
Content-Length: {{ homepage_test.content | length if homepage_test.content is defined else 0 }}
|
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
|
- name: Erfolgreiche Installation
|
||||||
debug:
|
debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user