diff options
Diffstat (limited to 'tests/integration/compute.yaml')
-rw-r--r-- | tests/integration/compute.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/compute.yaml b/tests/integration/compute.yaml index cf9e6599..62f8b5db 100644 --- a/tests/integration/compute.yaml +++ b/tests/integration/compute.yaml @@ -78,6 +78,6 @@ - hosts: local tasks: - name: create system information report - local_action: template src=templates/inxi-system-info.j2 dest=reports/inxi-system-info + local_action: template src=templates/system-info.j2 dest=reports/system-info delegate_to: localhost # TODO(yujunz) push test result to testapi |