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
|
- name: Insure that apache2 is not running -- we may need port swap
|
||||||
systemd:
|
systemd:
|
||||||
name: apache2
|
name: apache2
|
||||||
enabled: False
|
|
||||||
state: stopped
|
state: stopped
|
||||||
|
|
||||||
# optional services
|
# optional services
|
||||||
|
@ -91,6 +90,7 @@
|
||||||
systemd:
|
systemd:
|
||||||
name: apache2
|
name: apache2
|
||||||
state: restarted
|
state: restarted
|
||||||
|
enabled: true
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
when: apache_enabled | bool
|
when: apache_enabled | bool
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue