From dd281ba745cac00b9ab60a517bbd74c4b26169cd Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 27 Oct 2018 21:06:27 -0400 Subject: [PATCH] Update main.yml --- roles/httpd/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index e94509c27..5b7c25173 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -58,7 +58,7 @@ # state: absent # when: is_debuntu -- name: Create httpd config files +- name: Install Apache's 010-iiab.conf & proxy_ajp.conf into /etc/apache2/sites-available, from templates template: backup: yes src: "{{ item.src }}"