mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
dc70d57de4
commit
107cd4bf9f
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@
|
|||
state: restarted
|
||||
when: calibreweb_enabled
|
||||
|
||||
- name: Enable calibre-web httpd2 site
|
||||
- name: Enable http://box/calibre-web with Apache
|
||||
command: a2ensite calibre-web.conf
|
||||
when: calibreweb_enabled
|
||||
|
||||
|
@ -94,7 +94,7 @@
|
|||
state: stopped
|
||||
when: not calibreweb_enabled
|
||||
|
||||
- name: Disable calibre-web httpd2 site
|
||||
- name: Disable http://box/calibre-web with Apache
|
||||
command: a2dissite calibre-web.conf
|
||||
when: not calibreweb_enabled
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue