More pip changes

Change-Id: Ifaffd49c80918df6e519308d96027dca5b3cfbe4
diff --git a/playbooks/base/pre-logs.yaml b/playbooks/base/pre-logs.yaml
index 399fecf..5382501 100644
--- a/playbooks/base/pre-logs.yaml
+++ b/playbooks/base/pre-logs.yaml
@@ -1,6 +1,9 @@
-- hosts: localhost
+- hosts: all
+  roles:
+    - ensure-pip
   tasks:
     - name: Install boto3
       pip:
         name:
           - boto3
+          - botocore