
There is no need to have this disabled (seems to be by default). We already have ensured our SSH hostkeys have been setup properly. Change-Id: I5f0ffea13b4adb053c10d56728bcf02c13255513 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
8 lines
188 B
YAML
8 lines
188 B
YAML
- name: Collect sphinx build html
|
|
synchronize:
|
|
dest: "{{ zuul.executor.log_root }}"
|
|
mode: pull
|
|
src: "{{ zuul_work_dir }}/doc/build/html"
|
|
verify_host: true
|
|
no_log: true
|