From cc0192e9baf953f118bf37ba3ab127ec35287634 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 27 Aug 2023 13:44:04 +0000 Subject: [PATCH] Add Python AWS libraries for Ansible --- workstation/build_workstation | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workstation/build_workstation b/workstation/build_workstation index cb6b2ed..0f03e22 100755 --- a/workstation/build_workstation +++ b/workstation/build_workstation @@ -18,6 +18,8 @@ set -ue --package python-poetry \ --package python-jmespath \ --package python-kubernetes \ + --package python-botocore \ + --package python-boto3 \ --package certbot \ --package bitwarden-cli \ --package xclip \ -- 2.47.3