VOL-384 This update improves the issue reporting log collecctor such
that if a specific docker log request hangs it will be skipped such that
as many logs as possible can be collected rather than hanging on a
docker log request that hangs.

Change-Id: I5e7a38fbfbc781d7a7d8825458106ea7463f3e17
diff --git a/install/ansible/roles/installer/tasks/main.yml b/install/ansible/roles/installer/tasks/main.yml
index cbf2206..5f39f16 100644
--- a/install/ansible/roles/installer/tasks/main.yml
+++ b/install/ansible/roles/installer/tasks/main.yml
@@ -3,7 +3,7 @@
     repo: 'ppa:ansible/ansible'
   tags: [installer]
 
-- name: Debian ansible is present
+- name: Ansible is present
   apt:
     name: ansible
     state: latest
@@ -25,6 +25,7 @@
     - install/voltha-swarm-start.sh
     - install/voltha-swarm-stop.sh
     - install/get-logs.sh
+    - install/get-host-logs.sh
     - install/ansible
     - compose
   tags: [installer]
@@ -97,5 +98,6 @@
     - voltha-swarm-start.sh
     - voltha-swarm-stop.sh
     - get-logs.sh
+    - get-host-logs.sh
     - docker-compose-Linux-x86_64
   tags: [installer]