Skip to content

Commit

Permalink
Use list for ceph_custom_keys in the copy-ceph-keys play (#396)
Browse files Browse the repository at this point in the history
Related to 19331bb

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Mar 25, 2024
1 parent 19331bb commit 2cc1a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/manager/copy-ceph-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

vars:
ceph_ansible_container_name: ceph-ansible
ceph_custom_keys: {}
ceph_custom_keys: []
ceph_infrastructure_keys:
- src: ceph.client.admin.keyring
dest: "{{ configuration_directory }}/environments/infrastructure/files/ceph/ceph.client.admin.keyring"
Expand Down

0 comments on commit 2cc1a84

Please sign in to comment.