diff --git a/roles/lokole/tasks/install.yml b/roles/lokole/tasks/install.yml index c53476f29..e5e20e9b1 100644 --- a/roles/lokole/tasks/install.yml +++ b/roles/lokole/tasks/install.yml @@ -80,7 +80,7 @@ src: lokole.conf.j2 dest: "/etc/{{ apache_config_dir }}/lokole.conf" -- name: Enable httpd conf file if we are disabled (debuntu) +- name: Enable httpd conf file if lokole_enabled (debuntu) file: src: /etc/{{ apache_config_dir }}/lokole.conf dest: /etc/apache2/sites-enabled/lokole.conf