diff options
| author | alex <alex@pdp7.net> | 2023-08-27 13:44:04 +0000 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-08-27 13:44:04 +0000 |
| commit | cc0192e9baf953f118bf37ba3ab127ec35287634 (patch) | |
| tree | 8040ae529d846c757660f62c42cedb398313cf04 | |
| parent | ae6a8db1aabebc8238f9f481e7e2928bb8f5429a (diff) | |
Add Python AWS libraries for Ansible
| -rwxr-xr-x | workstation/build_workstation | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/workstation/build_workstation b/workstation/build_workstation index cb6b2ed9..0f03e22b 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 \ |
