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

fix: install boto3

parent fd4a2907
No related branches found
No related tags found
2 merge requests!134fix: install boto3,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
...@@ -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