From a36689c7e4a48ef0566f2a904135b0c926b211f8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 18 Oct 2017 12:22:51 -0400 Subject: [PATCH] Fix typo in remove-launchpad-credentials role Change-Id: I05385d949987508b8e6e5da3ad35f25123e51634 Signed-off-by: Paul Belanger --- playbooks/release/post.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/release/post.yaml b/playbooks/release/post.yaml index 78fd621dc2..1e6409e20a 100644 --- a/playbooks/release/post.yaml +++ b/playbooks/release/post.yaml @@ -1,3 +1,3 @@ - hosts: all roles: - - remove-launchpadlib-credentials + - remove-launchpad-credentials