Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit d6bdc34

Browse files
author
Sebastian Gumprich
committed
remove whitespace
1 parent 122cea0 commit d6bdc34

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

defaults/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,25 @@ mysql_hardening_skip_grant_tables: false
1717
# @see http://www.symantec.com/connect/articles/securing-mysql-step-step
1818
# @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_chroot
1919
mysql_hardening_chroot: ""
20-
20+
2121
mysql_hardening_options:
2222
# @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option_mysqld_safe-user-create
2323
safe-user-create: 1
24-
24+
2525
# @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option-mysqld-secure-auth
2626
secure-auth: 1
27-
27+
2828
# @see http://dev.mysql.com/doc/refman/5.7/en/server-options.html#option-mysqld-symbolic-links
2929
skip-symbolic-links: 1
30-
30+
3131
# @see http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar-local-infile
3232
local-infile: 0
33-
33+
3434
# @see https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option-mysqld-allow-suspicious-udfs
3535
allow-suspicious-udfs: 0
36-
36+
3737
# @see https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar-automatic-sp-privileges
3838
automatic-sp-privileges: 0
39-
39+
4040
# @see https://dev.mysql.com/doc/refman/5.7/en/server-options.html#option-mysqld-secure-file-priv
4141
secure-file-priv: '/tmp'

0 commit comments

Comments
 (0)