From 7952de4332f77d51fb41131e3fcc5e1a76cb00b5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 26 Nov 2017 11:12:29 -0500 Subject: [PATCH] explanation fixed from /opt to /etc/iiab/iiab.ini --- roles/kiwix/tasks/kiwix_install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/kiwix/tasks/kiwix_install.yml b/roles/kiwix/tasks/kiwix_install.yml index a3a078860..fb8309bf1 100644 --- a/roles/kiwix/tasks/kiwix_install.yml +++ b/roles/kiwix/tasks/kiwix_install.yml @@ -71,7 +71,7 @@ state: directory # EXPERIMENTAL i686 CODE PATH -- name: move /tmp/kiwix*i686/bin/* to permanent location /opt/iiab/kiwix/bin (not bin_only, i.e. i686) +- name: Move /tmp/kiwix*i686/bin/* to permanent location /opt/iiab/kiwix/bin (not bin_only, i.e. i686) shell: "mv /tmp/kiwix*i686/bin/* /opt/iiab/kiwix/bin/" when: not kiwix_src_bin_only and kiwix_first_pass @@ -149,7 +149,7 @@ state: stopped when: not kiwix_enabled -- name: Add 'kiwix-serve' to list of services at /opt/iiab/iiab.ini +- name: Add 'kiwix-serve' to list of services at /etc/iiab/iiab.ini ini_file: dest: "{{ service_filelist }}" section: kiwix-serve