From eed01b133317cdd4828d365726faa45202f49edd Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 3 Nov 2018 13:23:42 -0400 Subject: [PATCH] Put this string in quotes Co-Authored-By: aidan-fitz --- roles/lokole/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lokole/tasks/install.yml b/roles/lokole/tasks/install.yml index e5e20e9b1..079ebcc50 100644 --- a/roles/lokole/tasks/install.yml +++ b/roles/lokole/tasks/install.yml @@ -82,7 +82,7 @@ - name: Enable httpd conf file if lokole_enabled (debuntu) file: - src: /etc/{{ apache_config_dir }}/lokole.conf + src: "/etc/{{ apache_config_dir }}/lokole.conf" dest: /etc/apache2/sites-enabled/lokole.conf state: link when: lokole_enabled and is_debuntu