]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
defaults/facts: Use list instead of keys
authorBoris Ranto <branto@redhat.com>
Tue, 20 Nov 2018 10:46:08 +0000 (11:46 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 20 Nov 2018 17:48:22 +0000 (18:48 +0100)
commitdfab42a21f4a401d828412a84c74848eea6e024b
treec003c9c19c4f769181ea7727f8e62edb3f1adbd5
parentc2b0cbd6996a666061a99af1d7cda7d4038b9e9f
defaults/facts: Use list instead of keys

It is safer to use the list filter than the keys() method since the keys
method does have some interoperability issues between python2 and
python3 based ansible/jinja.

Signed-off-by: Boris Ranto <branto@redhat.com>
roles/ceph-defaults/tasks/facts.yml