1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

don't disable apache

This commit is contained in:
Jerry Vonau 2019-10-23 01:11:40 -05:00
parent 2ea3e81aaa
commit bf0ea8bbf5

View file

@ -36,7 +36,6 @@
- name: Insure that apache2 is not running -- we may need port swap
systemd:
name: apache2
enabled: False
state: stopped
# optional services
@ -91,6 +90,7 @@
systemd:
name: apache2
state: restarted
enabled: true
daemon_reload: yes
when: apache_enabled | bool