]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Fix jinja defaulting syntax 1102/head
authorLogan V <logan2211@gmail.com>
Thu, 17 Nov 2016 17:10:01 +0000 (11:10 -0600)
committerLogan V <logan2211@gmail.com>
Thu, 24 Nov 2016 23:47:49 +0000 (17:47 -0600)
commit684a513258e1f9e6cade95a1048b42a0e1a1b722
tree9e96c783f46470de112f240d9b3351c9cef5ca3c
parent78b6ae7dae7c0891918ffb7903f77b1b6a6f3857
Fix jinja defaulting syntax

a397922 introduced a syntax error by attempting to default an unquoted
string, which causes execution failures on some ansible versions with:

Failed to template {{ ceph_rhcs_mount_path }}: Failed to template {{ ceph_stable_rh_storage_mount_path | default(/tmp/rh-storage-mount) }}: template error while templating string: unexpected '/'
group_vars/all.yml.sample
roles/ceph-common/defaults/main.yml