Remove mysql version pinning to mysql-server-5.6

Ubuntu 18.04 LTS has 5.7 which is functionally the same, and removing the version pin should make it work in 99.9999% of installs...
pull/3/head
yaleman 2019-02-16 08:54:58 +10:00 committed by GitHub
parent aeaa941e42
commit 8a67228213
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