From bcafbb05dd45931bd2b26093f744363b4dc65b29 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Thu, 18 Jan 2018 17:39:49 +0800 Subject: [PATCH] Remove the unnecessary var defined Change-Id: I673c70ad2c0465babd7a39bf3d5fb5fb8252f1e0 --- ansible/roles/gnocchi/tasks/ceph.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/roles/gnocchi/tasks/ceph.yml b/ansible/roles/gnocchi/tasks/ceph.yml index 22f78414f4..babaaf4edc 100644 --- a/ansible/roles/gnocchi/tasks/ceph.yml +++ b/ansible/roles/gnocchi/tasks/ceph.yml @@ -10,8 +10,6 @@ - "gnocchi-statsd" - name: Copying over ceph.conf(s) - vars: - service_name: "{{ item }}" merge_configs: sources: - "{{ role_path }}/../ceph/templates/ceph.conf.j2"