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:
parent
2ea3e81aaa
commit
bf0ea8bbf5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue