From 35b8dfe3b83342f36cc89d828845008cddb575a2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 21 Oct 2017 17:52:51 +0200 Subject: [PATCH] Fix wheel/release The role is release-afs-volume in zuul-jobs. Change-Id: Idb8be9f98b77b2dbc5d01d367523ccb2cf29b53d Co-Authored-By: Jesse Keating --- playbooks/wheel/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/wheel/release.yaml b/playbooks/wheel/release.yaml index 8f0a6d0c64..d3a45c22bd 100644 --- a/playbooks/wheel/release.yaml +++ b/playbooks/wheel/release.yaml @@ -1,10 +1,10 @@ - hosts: localhost roles: - role: create-afs-token - - role: release-afs + - role: release-afs-volume afs_volume: trustyx64 - - role: release-afs + - role: release-afs-volume afs_volume: cent7x64 - - role: release-afs + - role: release-afs-volume afs_volume: xenialx64 - role: destroy-afs-token