73e3ca2698
We had a typo in our volume names. Change-Id: I75021b65cf53556c63b1ff076adcc1c85d695c42 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
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.trustyx64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.cent7x64
|
|
- role: release-afs-volume
|
|
afs_volume: mirror.wheel.xenialx64
|
|
- role: destroy-afs-token
|