398adb791f
This removes trusty from the repo and thus from OpenDev. Afterwards the AFS volume mirror.wheel.trustyx64 can be deleted. Depends-On: https://review.opendev.org/702771 Depends-On: https://review.opendev.org/702818 Change-Id: I3fa4c26b0c8aeacf1af76f9046ea98edb2fcdbd0
11 lines
302 B
YAML
11 lines
302 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.cent7x64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.xenialx64
|
|
- role: destroy-afs-token
|