add the python mysqlclient package to the ansible role

This commit is contained in:
Andreas Zweili 2017-11-01 17:17:53 +01:00
parent bee86e3591
commit 0290721e09
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ apt_packages:
- apache2
- python3-django
- libapache2-mod-wsgi-py3
- python3-mysqldb
open_tcp_ports:
- 80