mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
not quite gone yet
This commit is contained in:
parent
8adcd85310
commit
b2c070fd04
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue