From: Guillaume Abrioux Date: Wed, 9 May 2018 01:10:30 +0000 (+0200) Subject: osd: clean legacy syntax in ceph-osd-run.sh.j2 X-Git-Tag: v3.1.0rc2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7b387b506a21fd71eedd7aabab9f114353b63abc;p=ceph-ansible.git osd: clean legacy syntax in ceph-osd-run.sh.j2 Quick clean on a legacy syntax due to e0a264c7e Signed-off-by: Guillaume Abrioux --- diff --git a/roles/ceph-osd/templates/ceph-osd-run.sh.j2 b/roles/ceph-osd/templates/ceph-osd-run.sh.j2 index 02f6611b9..58151e65f 100644 --- a/roles/ceph-osd/templates/ceph-osd-run.sh.j2 +++ b/roles/ceph-osd/templates/ceph-osd-run.sh.j2 @@ -82,8 +82,7 @@ expose_partitions "$1" {% if ansible_distribution == 'Ubuntu' -%} --security-opt apparmor:unconfined \ {% endif -%} - {% if not containerized_deployment_with_kv -%} - {% else -%} + {% if containerized_deployment_with_kv -%} -e KV_TYPE={{ kv_type }} \ -e KV_IP={{ kv_endpoint }} \ -e KV_PORT={{ kv_port }} \