1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Move Lokole PDF doc copying to roles/httpd/templates/iiab-refresh-wiki-docs.sh

This commit is contained in:
A Holt 2019-07-20 12:11:41 -04:00 committed by GitHub
parent 93a1ccef85
commit 66bbd051fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,11 +131,6 @@
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 }}"