Merge "making lxc image prestage timeout configurable"

This commit is contained in:
Zuul 2018-06-15 09:29:02 +00:00 committed by Gerrit Code Review
commit 1676a36cca

View File

@ -58,7 +58,7 @@
args:
warn: no
register: prestage_image
async: 300
async: "{{ lxc_cache_prep_timeout // 5 }}"
poll: 0
tags:
- skip_ansible_lint