Merge pull request #3 from yaleman/patch-1

Remove mysql version pinning to mysql-server-5.6
master
Alexandre Dulaunoy 2019-02-16 09:43:29 +01:00 committed by GitHub
commit b70a14b0da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: mysql-server - installation
apt:
pkg: mysql-server-5.6
pkg: mysql-server
state: present
- name: python-mysqldb - installation