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