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
This commit is contained in:
Ian Wienand 2020-02-03 14:19:09 +11:00
parent 73b570055d
commit b27ade6c28
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}"

View File

@ -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 }}"