]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-rgw: Work around Jinja2 < 2.8 missng eq test
authorBenoît Knecht <bknecht@protonmail.ch>
Wed, 4 Aug 2021 13:12:37 +0000 (15:12 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 11 Aug 2021 11:53:44 +0000 (13:53 +0200)
commita8346af4f7ea1feb01e60fa238ce1bb7b8d79678
treea576f4d2679ddb1ef02d7015acc0883b30f03e8e
parent66426e131649ef7eadc8414d33f80ac1003a090b
ceph-rgw: Work around Jinja2 < 2.8 missng eq test

EL7 ships with Jinja2 version 2.7, which is missing the `eq` test.

Work around this by using `match` instead.

Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
roles/ceph-rgw/tasks/rgw_create_pools.yml