| commit | 1b3d38a05d209049e3ca9641b9782290d59857f6 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 22:36:20 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 22:36:20 2016 -0400 |
| tree | afc2aea9c67d5907729110e883d5c68504024be9 | |
| parent | 1c5424736ce1ce3cbbee8d4b14dac4ef669366fd [diff] |
updated uri
diff --git a/tasks/main.yml b/tasks/main.yml index 63a56df..bf90d43 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -22,7 +22,8 @@ password: '{{ opdk_user_pass }}' method: POST status_code: 200 - body_format: raw + body_format: json 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