Skip to content

Commit f491810

Browse files
committed
don't disable apache
1 parent 1dbc317 commit f491810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/nginx/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
- name: Insure that apache2 is not running -- we may need port swap
3737
systemd:
3838
name: apache2
39-
enabled: False
4039
state: stopped
4140

4241
# optional services
@@ -92,6 +91,7 @@
9291
systemd:
9392
name: apache2
9493
state: restarted
94+
enabled: true
9595
daemon_reload: yes
9696
when: apache_enabled | bool
9797

0 commit comments

Comments
 (0)