mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
No need to restart Aoache twice
This commit is contained in:
parent
e52b8e5625
commit
0d64c88dd0
1 changed files with 5 additions and 4 deletions
|
@ -31,7 +31,8 @@
|
|||
remote_src: yes
|
||||
when: not is_rpi
|
||||
|
||||
- name: Restart apache2 / httpd
|
||||
service:
|
||||
name: "{{ apache_service }}"
|
||||
state: restarted
|
||||
# No need to do this twice? Happens later @ https://github.com/iiab/iiab/blob/master/roles/3-base-server/tasks/main.yml#L24-L28
|
||||
#- name: Restart apache2 / httpd
|
||||
# service:
|
||||
# name: "{{ apache_service }}"
|
||||
# state: restarted
|
||||
|
|
Loading…
Add table
Reference in a new issue