mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Apache is restarted regardless (flow can be improved later)
This commit is contained in:
parent
6ae4d9dcf5
commit
e798cfe1a4
1 changed files with 2 additions and 2 deletions
|
@ -147,8 +147,8 @@
|
|||
service:
|
||||
name: "{{ apache_service }}"
|
||||
state: restarted
|
||||
when: nextcloud_enabled
|
||||
# when: not nextcloud_enabled
|
||||
# when: nextcloud_enabled # taken care of by nextcloud_enabled.yml below
|
||||
when: not nextcloud_enabled
|
||||
|
||||
# Enable nextcloud by copying template to httpd config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue