From 2904163eeea7432f5ee772025f69f79444bc8fb5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 27 Oct 2017 10:51:16 -0400 Subject: [PATCH] clarify Ansible output --- roles/kiwix/tasks/kiwix_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kiwix/tasks/kiwix_install.yml b/roles/kiwix/tasks/kiwix_install.yml index 4d5db847a..e27760ae5 100644 --- a/roles/kiwix/tasks/kiwix_install.yml +++ b/roles/kiwix/tasks/kiwix_install.yml @@ -105,7 +105,7 @@ - { src: 'iiab-make-apache-config.py', dest: '/usr/bin/iiab-make-apache-config.py', mode: '0755'} -- name: Add kiwix to service list +- name: Add kiwix-serve to list of services ini_file: dest='{{ service_filelist }}' section=kiwix-serve option='{{ item.option }}'