Enable verify_host for synchronize
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>
This commit is contained in:
parent
2dfb08a49e
commit
9e464b6438
@ -19,4 +19,5 @@
|
|||||||
dest: "{{ zuul.executor.log_root }}/tox"
|
dest: "{{ zuul.executor.log_root }}/tox"
|
||||||
mode: pull
|
mode: pull
|
||||||
src: "{{ item.path }}/log/"
|
src: "{{ item.path }}/log/"
|
||||||
|
verify_host: true
|
||||||
with_items: "{{ result.files }}"
|
with_items: "{{ result.files }}"
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
dest: "{{ zuul.executor.src_root }}/tarballs"
|
dest: "{{ zuul.executor.src_root }}/tarballs"
|
||||||
mode: pull
|
mode: pull
|
||||||
src: "src/{{ zuul.project.canonical_name }}/dist/{{ item }}"
|
src: "src/{{ zuul.project.canonical_name }}/dist/{{ item }}"
|
||||||
|
verify_host: true
|
||||||
with_items:
|
with_items:
|
||||||
- "*.tar.gz"
|
- "*.tar.gz"
|
||||||
- "*.whl"
|
- "*.whl"
|
||||||
|
@ -3,4 +3,5 @@
|
|||||||
dest: "{{ zuul.executor.log_root }}"
|
dest: "{{ zuul.executor.log_root }}"
|
||||||
mode: pull
|
mode: pull
|
||||||
src: "{{ zuul_work_dir }}/doc/build/html"
|
src: "{{ zuul_work_dir }}/doc/build/html"
|
||||||
|
verify_host: true
|
||||||
no_log: true
|
no_log: true
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
rsync_opts:
|
rsync_opts:
|
||||||
- "--ignore-missing-args"
|
- "--ignore-missing-args"
|
||||||
src: "{{ zuul_work_dir }}/{{ item }}"
|
src: "{{ zuul_work_dir }}/{{ item }}"
|
||||||
|
verify_host: true
|
||||||
with_items:
|
with_items:
|
||||||
- "*testr_results.html.gz"
|
- "*testr_results.html.gz"
|
||||||
- "*testrepository.subunit.gz"
|
- "*testrepository.subunit.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user