Skip to content

Commit 1dbeb78

Browse files
committed
Use default MySQL innodb log file size to make Travis happy.
1 parent 38ed8ce commit 1dbeb78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
- hosts: localhost
33
remote_user: root
4+
5+
vars:
6+
# Use default log file size so Travis CI VM allows MySQL restart.
7+
- mysql_innodb_log_file_size: "5M"
8+
49
roles:
510
- geerlingguy.apache
611
- geerlingguy.mysql

0 commit comments

Comments
 (0)