Merge "fetch-sphinx-tarbal: allow to follow symlinks"

This commit is contained in:
Zuul 2020-05-01 16:08:58 +00:00 committed by Gerrit Code Review
commit f38704dd6c

View File

@ -1,6 +1,7 @@
- name: Inspect sphinx build directory
find:
file_type: any
follow: true
paths: "{{ zuul_work_dir }}/{{ sphinx_build_dir }}"
register: sphinx_dir