]> git-server-git.apps.pok.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>
Mon, 14 Dec 2020 16:36:17 +0000 (17:36 +0100)
commit6ce34ef59fe33874ae7876d27b991e23c6281fdb
tree639d638ec44d99f71904c71ad451deb9ab0e4f9f
parent5e9444fa5c283587d38e823012c5bfdb434a8f2c
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>
generate_group_vars_sample.sh
roles/ceph-fetch-keys/defaults/main.yml [new file with mode: 0644]
roles/ceph-fetch-keys/tasks/main.yml