set success code
diff --git a/tasks/main.yml b/tasks/main.yml
index 5faca3d..8bb440d 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -22,6 +22,7 @@
     password: '{{ opdk_user_pass }}'
     method: POST
     status_code: 200
+    return_content: no
     url: http://{{ public_mgmt_ip }}:{{ ms_ext_mgmt_port }}/v1/servers/{{ uuid }}
     body: 'reachable={{ reachable }}'
     HEADER_Content-type: 'application/x-www-form-urlencoded'