commit | 66946ba443c8a67a4c7a943759655976b959d813 | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Thu Feb 11 00:48:10 2021 +0100 |
committer | avm99963 <me@avm99963.com> | Thu Feb 11 00:48:58 2021 +0100 |
tree | 292c17dbb745d3538815a2589ed4b3485a4c172f | |
parent | a57ad779625218d6612004bcd969c5c3b517101e [diff] |
Add boto3 installation step to base job Change-Id: Ib2f912abf39cfefff6ad457c342e8de1b3cce002
diff --git a/playbooks/base/pre-logs.yaml b/playbooks/base/pre-logs.yaml new file mode 100644 index 0000000..27f0156 --- /dev/null +++ b/playbooks/base/pre-logs.yaml
@@ -0,0 +1,6 @@ +- hosts: localhost + tasks: + - name: Install boto3 + pip: + name: + - boto3