diff --git a/playbooks/docs/promote.yaml b/playbooks/docs/promote.yaml index c94c3f0..9e89b2c 100644 --- a/playbooks/docs/promote.yaml +++ b/playbooks/docs/promote.yaml @@ -60,7 +60,7 @@ content: "{{ afs.docs_redirect_content }}" - name: Upload to AFS include_role: - name: upload-afs + name: upload-afs-roots vars: afs_source: "{{ zuul.executor.work_root }}/docs/" afs_target: "{{ target_dir }}" diff --git a/playbooks/tox-docs/publish.yaml b/playbooks/tox-docs/publish.yaml index 51e08d7..4c6f278 100644 --- a/playbooks/tox-docs/publish.yaml +++ b/playbooks/tox-docs/publish.yaml @@ -20,7 +20,7 @@ state: directory - name: Upload to AFS include_role: - name: upload-afs + name: upload-afs-roots vars: afs_source: "{{ zuul.executor.log_root }}/docs/" afs_target: "{{ target_dir }}"