| commit | 4360c584be1779e8098829a4fbdcffb0dc089876 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 21:29:59 2016 -0400 |
| committer | Carlos Frias <cfrias@apigee.com> | Fri Sep 30 21:29:59 2016 -0400 |
| tree | fec1573a1426a291f5674d3f7aee4bbe5d7f113a | |
| parent | a104081f6039232a1e6f9bbc843141c73f3c1432 [diff] |
set success code
diff --git a/tasks/main.yml b/tasks/main.yml index ec534ca..5faca3d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -21,6 +21,7 @@ user: '{{ opdk_user_email }}' password: '{{ opdk_user_pass }}' method: POST + status_code: 200 url: http://{{ public_mgmt_ip }}:{{ ms_ext_mgmt_port }}/v1/servers/{{ uuid }} body: 'reachable={{ reachable }}' HEADER_Content-type: 'application/x-www-form-urlencoded'