Fix setting creds

This commit is contained in:
Nana Janashia
2021-04-03 19:03:39 +02:00
parent f883a86564
commit 009e4e7cb3
2 changed files with 5 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ apt install ansible -y
apt install python3-pip -y
pip3 install boto3 botocore
export AWS_ACCESS_KEY_ID=$1
export AWS_SECRET_ACCESS_KEY=$2
# export AWS_ACCESS_KEY_ID=$1
# export AWS_SECRET_ACCESS_KEY=$2