From 7ea26335e96832d71534f1a9f3cf54a0426a2025 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Fri, 6 Mar 2015 12:12:16 -0500 Subject: [PATCH] Correcting file names for ubuntu image extraction --- setup/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/install.yaml b/setup/install.yaml index dad08e975..1bb57c304 100644 --- a/setup/install.yaml +++ b/setup/install.yaml @@ -254,7 +254,7 @@ # TODO(Julia) This needs to be entirely variablized and made a toggable setting, or auto-discovered? # Anything better! - name: "Download Ubuntu image" - local_action: get_url url=http://cloud-images.ubuntu.com/releases/trusty/release/ubuntu-14.04-server-cloudimg-amd64.tar.gz dest={{ deploy_image }} + local_action: get_url url=http://cloud-images.ubuntu.com/releases/trusty/release/ubuntu-14.04-server-cloudimg-amd64.tar.gz dest=/httpboot/ubuntu-14.04-server-cloudimg-amd64.tar.gz when: test_os_image_present.stat.exists == false - name: "Extract Ubuntu image" local_action: command tar -xvzf ubuntu-14.04-server-cloudimg-amd64.tar.gz chdir=/httpboot creates=/httpboot/trusty-server-cloudimg-amd64.img