diff --git a/playbooks/legacy/api-site-tox-doc-publish-checklang/post.yaml b/playbooks/legacy/api-site-tox-doc-publish-checklang/post.yaml index 4a3c3b18..cee7fed0 100644 --- a/playbooks/legacy/api-site-tox-doc-publish-checklang/post.yaml +++ b/playbooks/legacy/api-site-tox-doc-publish-checklang/post.yaml @@ -3,7 +3,7 @@ - name: Copy files from publish-docs/ on node synchronize: - src: publish-docs/ + src: '{{ ansible_user_dir }}/workspace/publish-docs/' dest: '{{ zuul.executor.log_root }}/html/' mode: pull copy_links: true diff --git a/playbooks/legacy/openstackdocstheme-tox-doc-publish-buildpdf/post.yaml b/playbooks/legacy/openstackdocstheme-tox-doc-publish-buildpdf/post.yaml index 4a3c3b18..cee7fed0 100644 --- a/playbooks/legacy/openstackdocstheme-tox-doc-publish-buildpdf/post.yaml +++ b/playbooks/legacy/openstackdocstheme-tox-doc-publish-buildpdf/post.yaml @@ -3,7 +3,7 @@ - name: Copy files from publish-docs/ on node synchronize: - src: publish-docs/ + src: '{{ ansible_user_dir }}/workspace/publish-docs/' dest: '{{ zuul.executor.log_root }}/html/' mode: pull copy_links: true diff --git a/playbooks/legacy/tox-doc-publish-checkbuild/post.yaml b/playbooks/legacy/tox-doc-publish-checkbuild/post.yaml index 4a3c3b18..cee7fed0 100644 --- a/playbooks/legacy/tox-doc-publish-checkbuild/post.yaml +++ b/playbooks/legacy/tox-doc-publish-checkbuild/post.yaml @@ -3,7 +3,7 @@ - name: Copy files from publish-docs/ on node synchronize: - src: publish-docs/ + src: '{{ ansible_user_dir }}/workspace/publish-docs/' dest: '{{ zuul.executor.log_root }}/html/' mode: pull copy_links: true diff --git a/playbooks/legacy/tox-doc-publish-checklang/post.yaml b/playbooks/legacy/tox-doc-publish-checklang/post.yaml index 4a3c3b18..cee7fed0 100644 --- a/playbooks/legacy/tox-doc-publish-checklang/post.yaml +++ b/playbooks/legacy/tox-doc-publish-checklang/post.yaml @@ -3,7 +3,7 @@ - name: Copy files from publish-docs/ on node synchronize: - src: publish-docs/ + src: '{{ ansible_user_dir }}/workspace/publish-docs/' dest: '{{ zuul.executor.log_root }}/html/' mode: pull copy_links: true diff --git a/playbooks/legacy/training-guides-tox-doc-publish-checkbuild/post.yaml b/playbooks/legacy/training-guides-tox-doc-publish-checkbuild/post.yaml index 4a3c3b18..cee7fed0 100644 --- a/playbooks/legacy/training-guides-tox-doc-publish-checkbuild/post.yaml +++ b/playbooks/legacy/training-guides-tox-doc-publish-checkbuild/post.yaml @@ -3,7 +3,7 @@ - name: Copy files from publish-docs/ on node synchronize: - src: publish-docs/ + src: '{{ ansible_user_dir }}/workspace/publish-docs/' dest: '{{ zuul.executor.log_root }}/html/' mode: pull copy_links: true