Mettre interpreter_python = /usr/bin/python3 dans ansible.cfg
Installer Python 3 et Pip 3 dans le rôle common
Modifier la tâche « install MySQLdb-python » pour installer PyMySQL avec Pip car MySQLdb-python n'est pas compatible Python 2 et n'est pas mis à jour depuis plusieurs années
interpreter_python = /usr/bin/python3
dansansible.cfg
common