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