1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

put flock in kiwix

This commit is contained in:
Tim Moody 2018-07-23 16:54:09 -04:00
parent 59e53938a0
commit fa157c22a7
2 changed files with 7 additions and 1 deletions

View file

@ -71,7 +71,6 @@
- pandoc
- lynx
- ntfs-3g
- flock
#- name: Install pip as a commonly required package management system
# command: curl https://bootstrap.pypa.io/get-pip.py -o {{ downloads_dir }}/get-pip.py

View file

@ -85,6 +85,13 @@
# 4. CREATE/ENABLE/DISABLE KIWIX SERVICE & ITS CRON JOB
- name: Install packages
package:
name: "{{ item }}"
state: present
with_items:
- flock
- name: Create 'kiwix-serve' service and related files
template:
backup: no