Skip to content

Commit e95165a

Browse files
committed
[HACK] restart httpd
1 parent e28e887 commit e95165a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roles/httpd/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
- name: Start Apache httpd
6060
ansible.builtin.service:
6161
name: "{{ httpd_service }}"
62-
state: started
62+
state: restarted
6363
enabled: true

0 commit comments

Comments
 (0)