client api updated

This commit is contained in:
2026-04-26 14:36:25 -07:00
parent b4839fde66
commit 44c492313c
4 changed files with 134 additions and 14 deletions

View File

@ -41,7 +41,7 @@
- "failed...... {{ disk_service_status.failed }}"
- name: Test API
win_shell: "C:\\Windows\\system32\\curl http://{{ ansible_ssh_host }}:5000/disk"
win_shell: "C:\\Windows\\system32\\curl http://{{ ansible_ssh_host }}:5000/test"
register: api_test_output
- name: Show Test Results