We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061039d commit 301bb7cCopy full SHA for 301bb7c
ansible/test.yml
@@ -49,5 +49,5 @@
49
debug:
50
msg:
51
- "Traefik Dashboard: {{ 'Accessible' if traefik_dashboard.status == 200 else 'Not Accessible' }}"
52
- - "Projekt1 Status: {{ projekt1_check.status }} - Content: {{ projekt1_check.content | b64decode | regex_search('>([^<]+)<') | default('No content') }}"
53
- - "Projekt2 Status: {{ projekt2_check.status }} - Content: {{ projekt2_check.content | b64decode | regex_search('>([^<]+)<') | default('No content') }}"
+ - "Projekt1 Status: {{ projekt1_check.status }} - Content: {{ projekt1_check.content | default('No content') | truncate(80) }}"
+ - "Projekt2 Status: {{ projekt2_check.status }} - Content: {{ projekt2_check.content | default('No content') | truncate(80) }}"
0 commit comments