Skip to content

Commit

Permalink
[ci_gen_kustomize] Do ctlplane assertion only if hosts are present
Browse files Browse the repository at this point in the history
  • Loading branch information
pablintino committed May 14, 2024
1 parent 616eeef commit accb678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ci_gen_kustomize_values/tasks/edpm_core_asserts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

- name: Ensure the required baremetal host parameters are configured.
when:
- cifmw_baremetal_hosts is defined
- cifmw_baremetal_hosts | default({}) | length > 0
ansible.builtin.assert:
that:
- cifmw_ci_gen_kustomize_values_ctlplane_interface is defined
Expand Down

0 comments on commit accb678

Please sign in to comment.