uri update
diff --git a/tasks/main.yml b/tasks/main.yml
index b706e2c..8ec02f2 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -23,7 +23,6 @@
password: '{{ opdk_user_pass }}'
method: POST
body_format: json
- force_basic_auth: yes
url: "http://{{ public_mgmt_ip }}:{{ ms_ext_mgmt_port }}/v1/servers/{{ uuid }}"
body:
reachable: '{{ reachable }}'
@@ -34,7 +33,6 @@
password: '{{ opdk_user_pass }}'
method: POST
body_format: json
- force_basic_auth: yes
url: "http://{{ local_mgmt_ip }}:{{ ms_ext_mgmt_port }}/v1/servers/{{ uuid }}"
body:
reachable: '{{ reachable }}'