mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
use python3-mysqldb in place of python3-pymysql
This commit is contained in:
parent
37beab1c2e
commit
199d1f34c4
3 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ elif [ -f /etc/debian_version ]; then # Includes Debian, Ubuntu & Raspbian
|
|||
|
||||
echo -e "\napt update; apt install ansible and python3 dependencies\n"
|
||||
apt update
|
||||
apt -y --allow-downgrades install ansible python3-distutils python3-pymysql python3-passlib
|
||||
apt -y --allow-downgrades install ansible python3-distutils python3-mysqldb python3-passlib
|
||||
echo -e "\nSUCCESS: verify Ansible using 'ansible --version' and/or 'apt -a list ansible'\n\n"
|
||||
|
||||
# TEMPORARILY USE ANSIBLE 2.4.4 (REMOVE IT WITH "pip uninstall ansible")
|
||||
|
|
|
@ -76,7 +76,7 @@ elif [ -f /etc/debian_version ]; then # Includes Debian, Ubuntu & Raspbian
|
|||
|
||||
echo -e "\napt update; apt install ansible and python3 dependencies\n"
|
||||
apt update
|
||||
apt -y --allow-downgrades install ansible python3-distutils python3-pymysql python3-passlib
|
||||
apt -y --allow-downgrades install ansible python3-distutils python3-mysqldb python3-passlib
|
||||
echo -e "\nSUCCESS: verify Ansible using 'ansible --version' and/or 'apt -a list ansible'\n\n"
|
||||
|
||||
# TEMPORARILY USE ANSIBLE 2.4.4 (REMOVE IT WITH "pip uninstall ansible")
|
||||
|
|
|
@ -76,7 +76,7 @@ elif [ -f /etc/debian_version ]; then # Includes Debian, Ubuntu & Raspbian
|
|||
|
||||
echo -e "\napt update; apt install ansible and python3 dependencies\n"
|
||||
apt update
|
||||
apt -y --allow-downgrades install ansible python3-distutils python3-pymysql python3-passlib
|
||||
apt -y --allow-downgrades install ansible python3-distutils python3-mysqldb python3-passlib
|
||||
echo -e "\nSUCCESS: verify Ansible using 'ansible --version' and/or 'apt -a list ansible'\n\n"
|
||||
|
||||
# TEMPORARILY USE ANSIBLE 2.4.4 (REMOVE IT WITH "pip uninstall ansible")
|
||||
|
|
Loading…
Add table
Reference in a new issue