ef48688dc6
The releases project has been updated to support ubuntu-bionic wheels, start publishing them to AFS. Change-Id: I30c1a7c702a7f2cf7f1544ddd62a7a0e719d9572 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
13 lines
374 B
YAML
13 lines
374 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: create-afs-token
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.bionicx64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.trustyx64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.cent7x64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.xenialx64
|
|
- role: destroy-afs-token
|