| commit | a932a229d3725f9b1d7a8ed75cf806f0bc6712d4 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Mon Apr 03 12:57:42 2017 -0400 |
| committer | Carlos Frias <friasc@google.com> | Mon Apr 03 12:57:42 2017 -0400 |
| tree | f7fdf3687563c85c8cbf4677068e937b162dc1e7 | |
| parent | f1b4cb194a2b2f5ed9255419b068d1d2f63a4930 [diff] |
Updated reachable to fail build if uuid is not available.
diff --git a/tasks/main.yml b/tasks/main.yml index 8b7f398..e71244e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -28,7 +28,7 @@ - name: Fail if uuid is not set fail: msg: "No uUID available, please make sure that server is running" - when: uuid: is not defined + when: uuid is not defined - name: Use local {{ local_mgmt_ip }} to set reachability to {{ reachability }} if set uri: