From 61811675dec85fe659c5e43620689fb13abef583 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 21 Dec 2015 16:45:47 -0700 Subject: [PATCH] puddle/ceph-distill: rm unused variable This would cause `ceph-distill` to fail when the file did not exist for `cat` to find. --- roles/puddle/templates/distill/ceph-distill | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/puddle/templates/distill/ceph-distill b/roles/puddle/templates/distill/ceph-distill index cd618a9..3a2ce84 100755 --- a/roles/puddle/templates/distill/ceph-distill +++ b/roles/puddle/templates/distill/ceph-distill @@ -25,7 +25,6 @@ compose_config=1.3-compose-trees # and loop over more compose_configs here. target=/var/www/{{ ansible_hostname }}/htdocs/distill/$compose_config -compose_id=$(cat $target/latest-Ceph-1-RHEL-7/COMPOSE_ID) # Cleanup temporary files that we don't need and take up space pushd $target/latest-Ceph-1-RHEL-7 -- 2.39.5