Skip to content

Commit 8d2711b

Browse files
committed
Update playbook with default file size for MySQL InnoDB log.
1 parent 02cc7cb commit 8d2711b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test.yml

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

0 commit comments

Comments
 (0)