Skip to content

Commit b96954b

Browse files
committed
Refactor SAPControl results output to use method names for improved clarity
1 parent cefd51c commit b96954b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/roles/ha_scs/tasks/sapcontrol-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
test_case_details_from_test_case: |
6363
{"SAPControl Results":
6464
{% for res in sapcontrol_results.results %}
65-
* Command: {{ res.item }}
65+
* Command: {{ res.sapcontrol_method }}
6666
ReturnCode: {{ res.rc }}
6767
Stdout:
6868
{{ res.stdout_lines | join('\n ') }}

0 commit comments

Comments
 (0)