Skip to content
Snippets Groups Projects
Commit 9801de9b authored by Jafar Lie's avatar Jafar Lie
Browse files

mysql update

parent 555ec362
No related branches found
No related tags found
1 merge request!293Ubuntu
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
path: /etc/mysql/mariadb.conf.d/50-server.cnf path: /etc/mysql/mariadb.conf.d/50-server.cnf
regexp: '(.*bind.*)' regexp: '(.*bind.*)'
replace: '#\1' replace: '#\1'
become: true
- name: make sure mysql conf directory exists - name: make sure mysql conf directory exists
file: dest=/etc/mysql/conf.d state=directory file: dest=/etc/mysql/conf.d state=directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment