openstack-zuul-jobs/playbooks/legacy/monitorstack-releasenotes/post.yaml
Monty Taylor e1e06136f0 Update legacy post playbooks to pull from primary
This should be a no-op for single-node jobs, but for multi-node jobs it
should keep them from trying to copy logs from all of their nodes,
which they are not designed to do.

Change-Id: Ibcf158f1b8082fbffeb48fa48c6592c87e056d01
2017-09-29 16:35:23 +00:00

11 lines
266 B
YAML

- hosts: primary
tasks:
- name: Copy files from releasenotes/build/html/ on node
synchronize:
src: releasenotes/build/html/
dest: '{{ zuul.executor.log_root }}/html/'
mode: pull
copy_links: true
verify_host: true