Skip to content
Snippets Groups Projects

fix: install boto3

Merged Bo-Chun Chen requested to merge louistw/hpc-factory:fix-boto3-package into feat-hpc-factory
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -5,6 +5,12 @@
state: directory
mode: '0755'
- name: Install require package
ansible.builtin.pip:
name: boto3
extra_args: "--extra-index-url https://pypi.python.org/simple"
executable: "/usr/bin/pip3"
- name: Download SSH host keys tar.gz from S3
aws_s3:
mode: get
Loading