From b2c070fd04398acd33d1b8f4355ce62f1e3cb995 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Thu, 1 Jul 2021 14:00:44 -0500 Subject: [PATCH] not quite gone yet --- roles/nodered/tasks/install.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/nodered/tasks/install.yml b/roles/nodered/tasks/install.yml index 75d341142..cdd71f7ee 100644 --- a/roles/nodered/tasks/install.yml +++ b/roles/nodered/tasks/install.yml @@ -112,11 +112,11 @@ dest: /etc/systemd/system/nodered.service # mode: '0666' -#- name: Install /etc/{{ apache_conf_dir }}/nodered.conf from template -# template: -# backup: yes -# src: nodered.conf.j2 -# dest: "/etc/{{ apache_conf_dir }}/nodered.conf" +- name: Install /etc/{{ apache_conf_dir }}/nodered.conf from template + template: + backup: yes + src: nodered.conf.j2 + dest: "/etc/{{ apache_conf_dir }}/nodered.conf" # mode: '0666' # SEE ALSO THE apache2_module SECTION IN roles/httpd/tasks/main.yml