From ecadff24a2afe3eec5c45eaa519eff13b82a28e2 Mon Sep 17 00:00:00 2001 From: confi-surya Date: Fri, 6 Apr 2018 11:06:43 +0900 Subject: [PATCH] Improvement in code-base Removed extra line Change-Id: I519b8a58a67300d25e2dffa65015f879b9b1d322 --- ansible/roles/manila/tasks/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/manila/tasks/deploy.yml b/ansible/roles/manila/tasks/deploy.yml index cb21c0812a..9bf0e964dc 100644 --- a/ansible/roles/manila/tasks/deploy.yml +++ b/ansible/roles/manila/tasks/deploy.yml @@ -13,7 +13,6 @@ - (enable_manila_backend_cephfs_native | bool) or (enable_manila_backend_cephfs_nfs | bool) - inventory_hostname in groups['manila-share'] - - include: register.yml when: inventory_hostname in groups['manila-api']