Merge "Fix MySQL Open Files Limit validation" into stable/pike

This commit is contained in:
Zuul 2018-04-03 14:00:46 +00:00 committed by Gerrit Code Review
commit 11a6a9372b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
tasks:
- name: Get the open_files_limit value
become: true
mysql_variables: variable=open_files_limit
mysql_variables: variable=open_files_limit config_file=/var/lib/config-data/mysql/root/.my.cnf
register: mysqld_open_files_limit
- name: Test the open-files-limit value
fail: