Skip to content

Commit

Permalink
name space doesn't available
Browse files Browse the repository at this point in the history
  • Loading branch information
eshulman2 authored and openshift-merge-bot[bot] committed Sep 5, 2024
1 parent a26a702 commit 4e2858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/playbooks/ceph-bm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
PATH: "{{ cifmw_path }}"
ansible.builtin.command:
cmd: >-
oc get OpenStackBaremetalSet -n "{{ _namespace}}" -o yaml
oc get OpenStackBaremetalSet -n "{{ namespace|default('openstack') }}" -o yaml
register: _osp_bmo_nodsets_oc_out

- name: Add OSP BMO nodesets to Ansible
Expand Down

0 comments on commit 4e2858f

Please sign in to comment.