1
0
Fork 0
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:
A Holt 2018-08-27 13:35:57 -04:00 committed by GitHub
parent dc70d57de4
commit 107cd4bf9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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