1
0
Fork 0
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:
A Holt 2018-07-18 18:42:16 -04:00 committed by GitHub
parent e52b8e5625
commit 0d64c88dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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