From 9161a17ef2d4fe003964526e14eb890e192a2513 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 8 Dec 2017 06:26:40 -0500 Subject: [PATCH] Update kiwix_install.yml --- roles/kiwix/tasks/kiwix_install.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/kiwix/tasks/kiwix_install.yml b/roles/kiwix/tasks/kiwix_install.yml index 1a81ac77f..e1bf5a52f 100644 --- a/roles/kiwix/tasks/kiwix_install.yml +++ b/roles/kiwix/tasks/kiwix_install.yml @@ -156,15 +156,15 @@ # 5. FINALIZE -- name: Add 'kiwix-serve' to list of services at /etc/iiab/iiab.ini +- name: Add 'kiwix' to list of services at /etc/iiab/iiab.ini ini_file: dest: "{{ service_filelist }}" - section: kiwix-serve + section: kiwix option: "{{ item.option }}" value: "{{ item.value }}" with_items: - option: name - value: kiwix-serve + value: Kiwix - option: description value: '"Part of https://github.com/kiwix/kiwix-tools/ - kiwix-serve is the most used web server for ZIM files."' - option: kiwix_url