]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
fix broken ceph-fetch-keys role
authorKarl-Heinz Preuß <karl-heinz.preuß@cms.hu-berlin.de>
Thu, 26 Nov 2020 09:48:49 +0000 (10:48 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 15 Dec 2020 16:30:42 +0000 (17:30 +0100)
commit00793c92215942ae14b227310b65e7e115d9b413
treef1b30951a0893abe9279b39e8cf9b45b66e5402f
parentf18142fc2e725f957eccff011223f0ffdb916e6d
fix broken ceph-fetch-keys role

set fetch_directory variable in default/main.yml instead of using the
defaults jinja filter in tasks/main.yml.

Fixes: #6072
Signed-off-by: Karl-Heinz Preuß <karl-heinz.preuss@cms.hu-berlin.de>
(cherry picked from commit 6ce34ef59fe33874ae7876d27b991e23c6281fdb)
generate_group_vars_sample.sh
roles/ceph-fetch-keys/defaults/main.yml [new file with mode: 0644]
roles/ceph-fetch-keys/tasks/main.yml