commit | d9058250c42942fc96574ca172352a3e2a1540b1 | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Thu Feb 11 01:27:41 2021 +0100 |
committer | avm99963 <me@avm99963.com> | Thu Feb 11 01:27:41 2021 +0100 |
tree | 650b580b00290640a64a7194e111dac94c2c9f73 | |
parent | bc416d8beff4b8b7b46d327e95f718c02a6277d6 [diff] |
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