Skip to content

Commit 2171c59

Browse files
author
Jason Peak
committed
eliminates extra whitespace in the variable value
1 parent 7e31249 commit 2171c59

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)