client api updated
This commit is contained in:
@ -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
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
state: present
|
||||
|
||||
- name: Purge venv if asked
|
||||
when: purge_venv | bool
|
||||
when: purge_venv | bool and not refresh_api | bool
|
||||
block:
|
||||
|
||||
- name: Remove service
|
||||
|
||||
Reference in New Issue
Block a user