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

move to common-2

This commit is contained in:
Tim Moody 2019-11-19 08:34:38 -05:00
parent 7f52b51fc7
commit 872d3b8c96
4 changed files with 5 additions and 1 deletions

View file

@ -28,6 +28,9 @@ content_base: "/library"
doc_base: "{{ content_base }}/www"
doc_root: "{{ doc_base }}/html"
# Python 3 dist path
py3_dist_path = /usr/lib/python3/dist-packages
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
download_timeout: 200