From: Zack Cerza Date: Thu, 31 Mar 2016 15:26:55 +0000 (-0600) Subject: Remove lab_domain from target-host X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7a9ef7744af282c087330599cc1e5b380e12379a;p=ceph-cm-ansible.git Remove lab_domain from target-host Signed-off-by: Zack Cerza --- diff --git a/roles/pcp/templates/target-host b/roles/pcp/templates/target-host index 2f191b3..7ee0058 100644 --- a/roles/pcp/templates/target-host +++ b/roles/pcp/templates/target-host @@ -1,5 +1,4 @@ # {{ ansible_managed }} -{{ lab_domain }} {% for host in pcp_target_hosts %} {{ host }} {% endfor %}