From 77407e4820c125e53df6a7ff084bdff150c92163 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 3 Nov 2018 13:23:31 -0400 Subject: [PATCH] This is backwards 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 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