| commit | b4399aab2e50ec9d59dccbadded5d128a5a0adf1 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 22:23:56 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 22:23:56 2016 -0400 |
| tree | 8ef6cbefed52f5716b2ee8c7bfc4f7ce306fc89b | |
| parent | d3a341d0bae8a67f405b03e91e4649e1113f334d [diff] |
updated uri
diff --git a/tasks/main.yml b/tasks/main.yml index c3f6a3f..5819e50 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -24,5 +24,5 @@ status_code: 200 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