From 19fdf0aa3c873e95b0904e8754e4f3e32ffede89 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 May 2015 21:05:02 +0000 Subject: [PATCH] Try and set the name this way. --- tasks/transient_cloud_new.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/transient_cloud_new.yml b/tasks/transient_cloud_new.yml index 015bf3ba5d..b142d068ac 100644 --- a/tasks/transient_cloud_new.yml +++ b/tasks/transient_cloud_new.yml @@ -8,6 +8,7 @@ - name: spin UP VM using nova_compute sudo: False local_action: + name: {{ name }} module: nova_compute auth_url: "{{os_auth_url}}" login_username: "admin"