Skip to content
Snippets Groups Projects
Commit 1bfcff5c authored by jurgenhaas's avatar jurgenhaas
Browse files

Also configure mysqldump

parent 613d150c
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,14 @@
when: mysql_version.stdout | match(".* Ver 5\.7.*")
notify: "MySQL | Restart MySQL 5.7"
- name: "MySQL | Configure mysqldump"
template:
src='etc-mysql-conf-d-mysqldump.cnf'
dest='/etc/mysql/conf.d/mysqldump.cnf'
owner='root'
group='root'
mode='644'
- include: user.yml
- name: "MySQL | Remove the MySQL test database"
......
[mysqldump]
quick
quote-names
max_allowed_packet = {{ mysql_max_allowed_packet }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment