mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Copy Lokole PDF for offline reading at http://box/info
This commit is contained in:
parent
20d6b2968a
commit
5713d93039
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,11 @@
|
||||||
name: "{{ apache_service }}"
|
name: "{{ apache_service }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
|
- name: Copy "The Lokole-IIAB User's Manual.pdf" for offline reading at http://box/info
|
||||||
|
copy:
|
||||||
|
src: "{{ iiab_dir }}/roles/lokole/The Lokole-IIAB User's Manual.pdf" # /opt/iiab/iiab
|
||||||
|
dest: "{{ doc_root }}/info/docs" # /library/www/html
|
||||||
|
|
||||||
- name: Add 'lokole' variable values to {{ iiab_ini_file }}
|
- name: Add 'lokole' variable values to {{ iiab_ini_file }}
|
||||||
ini_file:
|
ini_file:
|
||||||
path: "{{ iiab_ini_file }}"
|
path: "{{ iiab_ini_file }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue