Install boto to ci ansible python env

This commit is contained in:
Jake McDermott 2021-07-21 17:05:08 -04:00
parent 5d20acaa92
commit 3980864151
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -36,7 +36,7 @@ jobs:
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
AWS_REGION: 'us-east-1'
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 \
-a 'src=${{ github.workspace }}/schema.json bucket=awx-public-ci-files object=schema.json mode=put permission=public-read'