Skip to content

Commit ab27730

Browse files
committed
Merge pull request geerlingguy#50 from jpeak5/master
PR geerlingguy#50: Eliminate extra whitespace in the mysql_daemon variable.
2 parents 7e31249 + 2171c59 commit ab27730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- name: Define mysql_daemon.
1212
set_fact:
13-
mysql_daemon: "{{ __mysql_daemon }} "
13+
mysql_daemon: "{{ __mysql_daemon }}"
1414
when: mysql_daemon is not defined
1515

1616
# Setup/install tasks.

0 commit comments

Comments
 (0)