| commit | 1c5424736ce1ce3cbbee8d4b14dac4ef669366fd | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 22:33:10 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 22:33:10 2016 -0400 |
| tree | eb7015caba92f30f18db021cdc8f4c16510d79bb | |
| parent | 3f10e03ecc185e56ff639e9145a637ebdfa3272a [diff] |
updated uri
diff --git a/tasks/main.yml b/tasks/main.yml index bf16c8a..63a56df 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -22,7 +22,7 @@ password: '{{ opdk_user_pass }}' method: POST status_code: 200 - body_format: json + body_format: raw url: http://{{ public_mgmt_ip }}:{{ ms_ext_mgmt_port }}/v1/servers/{{ uuid }} - body: "{'reachable': '{{ reachable }}'}" + body: 'reachable={{ reachable }}' when: uuid is defined \ No newline at end of file