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:
parent
59e53938a0
commit
fa157c22a7
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue