mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
sugarizer/tasks/install.yml: de-emphasize Apache
This commit is contained in:
parent
4975fe493a
commit
b2b41d091b
1 changed files with 6 additions and 5 deletions
|
@ -158,11 +158,12 @@
|
|||
systemd:
|
||||
daemon_reload: yes
|
||||
|
||||
- name: "Install from template: /etc/{{ apache_conf_dir }}/sugarizer.conf"
|
||||
template:
|
||||
src: sugarizer.conf.j2
|
||||
dest: "/etc/{{ apache_conf_dir }}/sugarizer.conf" # apache2/sites-available
|
||||
when: apache_installed is defined
|
||||
# 2020-10-30: PR #2604 tries a cleaner layout, with NGINX only
|
||||
#- name: "Install from template: /etc/{{ apache_conf_dir }}/sugarizer.conf"
|
||||
# template:
|
||||
# src: sugarizer.conf.j2
|
||||
# dest: "/etc/{{ apache_conf_dir }}/sugarizer.conf" # apache2/sites-available
|
||||
# when: apache_installed is defined
|
||||
|
||||
# 3 [WAS 4] STANZAS ADDED BELOW JAN/FEB 2019, HOPING THIS MIGHT "JUST WORK"
|
||||
# WITH FUTURE UPGRADES BEYOND SUGARIZER 1.1?!
|
||||
|
|
Loading…
Reference in a new issue