Define secret key properly
This commit is contained in:
		| @@ -29,7 +29,7 @@ | ||||
|   ignore_errors: true | ||||
|  | ||||
| - name: set ceph libvirt secret value | ||||
|   command: virsh secret-set-value --secret {{ ceph_storage_secret_uuid }} --base64 {{ libvirt_key.stdout }} | ||||
|   command: virsh secret-set-value --secret {{ pvc_ceph_storage_secret_uuid }} --base64 {{ libvirt_key.stdout }} | ||||
|   ignore_errors: true | ||||
|  | ||||
| - name: configure libvirt for listening | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| <secret ephemeral='no' private='no'> | ||||
|   <uuid>{{ ceph_storage_secret_uuid }}</uuid> | ||||
|   <uuid>{{ pvc_ceph_storage_secret_uuid }}</uuid> | ||||
|   <usage type='ceph'> | ||||
|     <name>client.libvirt secret</name> | ||||
|   </usage> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user