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 2017-11-26 20:22:16 -05:00 committed by GitHub
parent 64e8bb15ef
commit ec877e9c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,13 +77,15 @@
#async: 900 #async: 900
#poll: 5 #poll: 5
- name: Add 'calibre-serve' to list of services at /etc/iiab/iiab.ini - name: Add 'calibre' to list of services at /etc/iiab/iiab.ini
ini_file: ini_file:
dest: "{{ service_filelist }}" dest: "{{ service_filelist }}"
section: calibre section: calibre
option: "{{ item.option }}" option: "{{ item.option }}"
value: "{{ item.value }}" value: "{{ item.value }}"
with_items: with_items:
- option: name
value: Calibre
- option: description - option: description
value: '"Calibre is an extremely popular personal library system for e-books."' value: '"Calibre is an extremely popular personal library system for e-books."'
- option: url - option: url