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:
parent
28248516b0
commit
d86c985f7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue