From: Ken Dreyer Date: Mon, 21 Dec 2015 23:45:47 +0000 (-0700) Subject: puddle/ceph-distill: rm unused variable X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=61811675dec85fe659c5e43620689fb13abef583;p=ceph-cm-ansible.git puddle/ceph-distill: rm unused variable This would cause `ceph-distill` to fail when the file did not exist for `cat` to find. --- 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