Skip to content
Snippets Groups Projects
Commit d6bfedeb authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

Merge branch 'mysql' into 'master'

fix up regex

See merge request !504
parents 3c3f045d 7f0811cf
No related branches found
No related tags found
1 merge request!504fix up regex
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
- name: Comment out bind address so it doesn't bind to 127.0.0.1 - name: Comment out bind address so it doesn't bind to 127.0.0.1
replace: replace:
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 become: true
......
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