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