mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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:
|
systemd:
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
|
||||||
- name: "Install from template: /etc/{{ apache_conf_dir }}/sugarizer.conf"
|
# 2020-10-30: PR #2604 tries a cleaner layout, with NGINX only
|
||||||
template:
|
#- name: "Install from template: /etc/{{ apache_conf_dir }}/sugarizer.conf"
|
||||||
src: sugarizer.conf.j2
|
# template:
|
||||||
dest: "/etc/{{ apache_conf_dir }}/sugarizer.conf" # apache2/sites-available
|
# src: sugarizer.conf.j2
|
||||||
when: apache_installed is defined
|
# 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"
|
# 3 [WAS 4] STANZAS ADDED BELOW JAN/FEB 2019, HOPING THIS MIGHT "JUST WORK"
|
||||||
# WITH FUTURE UPGRADES BEYOND SUGARIZER 1.1?!
|
# WITH FUTURE UPGRADES BEYOND SUGARIZER 1.1?!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue