Skip to content
Snippets Groups Projects
Commit 87ee03b7 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Merge branch 'fix-boto3-package' into 'feat-hpc-factory'

fix: install boto3

See merge request rc/hpc-factory!134
parents fd4a2907 483f2975
No related branches found
No related tags found
No related merge requests found
Pipeline #12242 canceled with stage
in 8 minutes and 43 seconds
...@@ -5,6 +5,12 @@ ...@@ -5,6 +5,12 @@
state: directory state: directory
mode: '0755' 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 - name: Download SSH host keys tar.gz from S3
aws_s3: aws_s3:
mode: get mode: get
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment