Fix the mysql-open-files-limit validation
We need to talk to the mysql database as root. Closes-Bug: #1637273 Change-Id: Ic9f16bed550a9b4d0c8e75e411f7343a82d9e39e
This commit is contained in:
parent
40aaac9026
commit
de78744463
@ -12,6 +12,7 @@
|
||||
min_open_files_limit: 16384
|
||||
tasks:
|
||||
- name: Get the open_files_limit value
|
||||
become: true
|
||||
mysql_variables: variable=open_files_limit
|
||||
register: mysqld_open_files_limit
|
||||
- name: Test the open-files-limit value
|
||||
|
Loading…
Reference in New Issue
Block a user