mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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 }}"
|
||||
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 }}
|
||||
ini_file:
|
||||
path: "{{ iiab_ini_file }}"
|
||||
|
|
Loading…
Reference in a new issue