From b27ade6c280751aad1aac46f47db00b91eb3aea8 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 3 Feb 2020 14:19:09 +1100 Subject: [PATCH] Migrate to upload-afs-roots role Handle the name change in the dependent change. Should have no functional change. Depends-On: https://review.opendev.org/705368 Change-Id: I4f0ebd633f68d6d75179976f4743e53878837df3 --- playbooks/docs/promote.yaml | 2 +- playbooks/tox-docs/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}"