add missing quote to lsyncd.lua template

Change-Id: I0c56df1d184553a6128c9645811e7ed6950e893b
This commit is contained in:
Matthew Thode 2020-05-29 09:41:57 -05:00
parent 659f21aeec
commit 220a481071
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ sync {
rsync,
source = "{{ repo_service_home_folder }}/repo",
target = "{{ hostvars[node]['ansible_host'] }}:{{ repo_service_home_folder }}/repo",
exclude = {{ repo_build_global_links_dirname }}",
exclude = "{{ repo_build_global_links_dirname }}",
rsync = {
compress = true,
acls = true,