1
0
Fork 0
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:
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: 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?!