added content-type header
diff --git a/tasks/main.yml b/tasks/main.yml index d88c66b..fe50861 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -23,4 +23,5 @@ method: POST url: http://{{ public_mgmt_ip }}:{{ ms_ext_mgmt_port }}/v1/servers/{{ uuid }} body: reachable={{ reachable }} + HEADER_Content-type: 'application/x-www-form-urlencoded' when: uuid is defined \ No newline at end of file