fix python3 dependencies for pymysql

This commit is contained in:
Adam Brokes
2020-07-15 16:33:30 +10:00
parent 4585aac6d1
commit 9a7528eaf9
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ fi
export PATH=/usr/local/bin:$PATH
export PIP_DEFAULT_TIMEOUT=60
pip3 install pipenv
pip3 install pipenv pymysql
echo "Installing ansible and dependencies..."
PIPENV_NOSPIN=1 PIPENV_HIDE_EMOJIS=1 pipenv sync 2>&1 | iconv -c -f utf-8 -t ascii

View File

@@ -1,3 +1,3 @@
[aws_node_local]
localhost ansible_connection=local
ansible_python_interpreter=/usr/local/bin/python
ansible_python_interpreter=python3