From 886576f583c12acba2cb639a5d33e18b41abdb8d Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 13 Feb 2013 21:03:59 +0000 Subject: [PATCH] get rid of the duplicate - it appears to be some other timing --- tasks/persistent_cloud.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tasks/persistent_cloud.yml b/tasks/persistent_cloud.yml index 9b9e73c5a1..5bdb0ec062 100644 --- a/tasks/persistent_cloud.yml +++ b/tasks/persistent_cloud.yml @@ -22,10 +22,3 @@ local_action: shell euca-attach-volume -i ${inst_res.instances[0].id} $item only_if: "'${host_is_up.rc}' != '0' and len('$item') != 0" with_items: $volumes - -# attach and mount volumes -- name: attach volumes to the system - local_action: shell euca-attach-volume -i ${inst_res.instances[0].id} $item - only_if: "'${host_is_up.rc}' != '0' and len('$item') != 0" - with_items: $volumes -