Update playbook with default file size for MySQL InnoDB log.

pull/63/head
Jeff Geerling 10 years ago
parent 02cc7cb518
commit 8d2711b6d6
  1. 3
      tests/test.yml

@ -1,5 +1,8 @@
---
- hosts: localhost
remote_user: root
vars:
# Use default log file size so Travis CI VM allows MySQL restart.
- mysql_innodb_log_file_size: "5M"
roles:
- ansible-role-mysql