commit | 2606b6ed56a4294826228d7c6c5151ad0310786c | [log] [tgz] |
---|---|---|
author | Carlos Frias <friasc@google.com> | Wed Apr 05 15:03:44 2017 -0400 |
committer | Carlos Frias <friasc@google.com> | Wed Apr 05 15:03:44 2017 -0400 |
tree | e7e23d00cdd9eef25b692a46c01f7eccff601f19 | |
parent | 25f0c2825c03ddc68795e897cf36998412545738 [diff] |
troubleshooting logs download
diff --git a/tasks/main.yml b/tasks/main.yml index d8db1f4..25ac8a4 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -16,4 +16,8 @@ delay: "{{ start_check_delay | d(15) }}" timeout: '{{ server_restart_timeout | d(45) }}' + - name: Report server started + debug: + msg: "Server is now running." + when: not ignore_restart \ No newline at end of file