mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 03:40:18 +01:00
Fixed spacing
This commit is contained in:
parent
0556899ab4
commit
1b1e11b689
4 changed files with 8 additions and 9 deletions
|
@ -71,8 +71,6 @@ mysql_log_error: /var/log/mysql.err
|
|||
mysql_syslog_tag: mysql
|
||||
|
||||
mysql_config_include_files: []
|
||||
# Full example:
|
||||
# mysql_config_include_files:
|
||||
# - src: path/relative/to/playbook/file.cnf
|
||||
# - { src: path/relative/to/playbook/anotherfile.cnf, force: yes }
|
||||
|
||||
|
|
|
@ -103,3 +103,4 @@ pid-file = {{ mysql_pid_file }}
|
|||
#
|
||||
!includedir {{ mysql_config_include_dir }}
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue