From c8f6d925cd178a4e8e052cfeb8622ccf7e2a0efe Mon Sep 17 00:00:00 2001 From: zeyu zhu Date: Fri, 18 Nov 2016 14:46:04 +0800 Subject: [PATCH] Add blank space to deploy.yml file TrivialFix Change-Id: I2ba1e29cbebaa78edf50f21ff8089f0b5cacc830 --- ansible/roles/gnocchi/tasks/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/gnocchi/tasks/deploy.yml b/ansible/roles/gnocchi/tasks/deploy.yml index 0fb27eca91..a8ff9f66d5 100644 --- a/ansible/roles/gnocchi/tasks/deploy.yml +++ b/ansible/roles/gnocchi/tasks/deploy.yml @@ -1,12 +1,12 @@ --- - include: ceph.yml when: - - enable_ceph|bool + - enable_ceph | bool - gnocchi_backend_storage == 'ceph' - include: external_ceph.yml when: - - enable_ceph|bool == False + - enable_ceph | bool == False - gnocchi_backend_storage == 'ceph' - include: register.yml