add barbican role to deployment

Sem-Ver: bugfix
Change-Id: If6c56bb81ff62edf2e99f5c1046870456c6e7282
diff --git a/playbooks/openstack.yml b/playbooks/openstack.yml
index 019d33d..d771604 100644
--- a/playbooks/openstack.yml
+++ b/playbooks/openstack.yml
@@ -68,6 +68,10 @@
       tags:
         - openstack-helm-keystone
 
+    - role: openstack_helm_barbican
+      tags:
+        - openstack-helm-barbican
+
     - role: openstack_helm_infra_ceph_provisioners
       tags:
         - openstack-helm-infra-ceph-provisioners
diff --git a/releasenotes/notes/add-barbican-d55f181d9f51462a.yaml b/releasenotes/notes/add-barbican-d55f181d9f51462a.yaml
new file mode 100644
index 0000000..10785de
--- /dev/null
+++ b/releasenotes/notes/add-barbican-d55f181d9f51462a.yaml
@@ -0,0 +1,3 @@
+---
+fixes:
+  - add barbican role to deployment
diff --git a/roles/openstack_helm_barbican/tasks/main.yml b/roles/openstack_helm_barbican/tasks/main.yml
index 1aca5b0..8c9e59d 100644
--- a/roles/openstack_helm_barbican/tasks/main.yml
+++ b/roles/openstack_helm_barbican/tasks/main.yml
@@ -33,6 +33,6 @@
   ansible.builtin.include_role:
     name: openstack_helm_ingress
   vars:
-    openstack_helm_ingress_endpoint: barbican
+    openstack_helm_ingress_endpoint: key_manager
     openstack_helm_ingress_service_name: barbican-api
     openstack_helm_ingress_service_port: 9311