1
0
Fork 0
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:
A Holt 2020-10-30 07:21:49 -04:00 committed by GitHub
parent 4975fe493a
commit b2b41d091b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?!