Skip to content

Commit

Permalink
[host-ocp4-assisted-installer] For worker_instance_count to be an int (
Browse files Browse the repository at this point in the history
  • Loading branch information
agonzalezrh authored Nov 13, 2024
1 parent 80d3bc5 commit 36150ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/host-ocp4-assisted-installer/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

block:
- name: Configure a SNO cluster
when: worker_instance_count == 0
when: worker_instance_count | int == 0
block:
- name: Add the service (type LoadBalancer) for SNO
kubernetes.core.k8s:
Expand Down

0 comments on commit 36150ff

Please sign in to comment.