From 30f3e626cb09190478277ce7a6810b9d6eb0ccc7 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 31 Oct 2023 17:33:29 +0000 Subject: [PATCH] Load the ceph details from facts --- roles/filesystem/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/filesystem/tasks/main.yml b/roles/filesystem/tasks/main.yml index f352392e..72b2c031 100644 --- a/roles/filesystem/tasks/main.yml +++ b/roles/filesystem/tasks/main.yml @@ -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"