mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Merge pull request #10711 from ansible/pip-boto
Install boto to ci ansible python env
This commit is contained in:
2
.github/workflows/upload_schema.yml
vendored
2
.github/workflows/upload_schema.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
|
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
|
||||||
AWS_REGION: 'us-east-1'
|
AWS_REGION: 'us-east-1'
|
||||||
run: |
|
run: |
|
||||||
pip install boto3
|
ansible localhost -c local, -m command -a "{{ ansible_python_interpreter + ' -m pip install boto3'}}"
|
||||||
ansible localhost -c local -m aws_s3 \
|
ansible localhost -c local -m aws_s3 \
|
||||||
-a 'src=${{ github.workspace }}/schema.json bucket=awx-public-ci-files object=schema.json mode=put permission=public-read'
|
-a 'src=${{ github.workspace }}/schema.json bucket=awx-public-ci-files object=schema.json mode=put permission=public-read'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user