1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Update roles/gitea/tasks/install.yml

Co-Authored-By: aidan-fitz <aidan-fitz@users.noreply.github.com>
This commit is contained in:
A Holt 2019-03-07 23:52:07 -05:00 committed by GitHub
parent 28248516b0
commit d86c985f7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@
state: absent
when: not gitea_enabled and is_debuntu
- name: Restart Apache, so it picks up the new aliases
- name: Restart Apache ({{ apache_service }}) to enable/disable http://box/gitea
service:
name: "{{ apache_service }}"
state: restarted