Skip to content

Commit

Permalink
Load the ceph details from facts
Browse files Browse the repository at this point in the history
  • Loading branch information
milliams committed Oct 31, 2023
1 parent 71a4051 commit 30f3e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/filesystem/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
path: /mnt/shared
src: "{{ filesystem_target_address }}:/"
fstype: ceph
opts: secret={{ }},name={{ }}
opts: "secret={{ ansible_local.citc_ceph.secret }},name={{ ansible_local.citc.cluster_id }}"
state: mounted
when: ansible_local.citc.csp == "openstack"

0 comments on commit 30f3e62

Please sign in to comment.