| commit | a104081f6039232a1e6f9bbc843141c73f3c1432 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 18:16:48 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 18:16:48 2016 -0400 |
| tree | db4ed12a508076a2ee58f9711eb1f984844f9564 | |
| parent | c726f4b2129e3600f65b31c146d1ffe19b66bdf0 [diff] |
added content-type header
diff --git a/tasks/main.yml b/tasks/main.yml index fe50861..ec534ca 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -22,6 +22,6 @@ password: '{{ opdk_user_pass }}' method: POST url: http://{{ public_mgmt_ip }}:{{ ms_ext_mgmt_port }}/v1/servers/{{ uuid }} - body: reachable={{ reachable }} + body: 'reachable={{ reachable }}' HEADER_Content-type: 'application/x-www-form-urlencoded' when: uuid is defined \ No newline at end of file