Skip to content

Commit

Permalink
Merge pull request #98 from prattyushmangal/master
Browse files Browse the repository at this point in the history
Ansible Playbook erroring, saying the worker_num cannot be zero
  • Loading branch information
rayashworth committed Feb 17, 2021
2 parents 1d619bd + 7f2b2a2 commit 63a4a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/request-ocp-roks/tasks/create-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
name: "{{ clusterName }}"
datacenter: "{{ dataCenter }}"
hardware: "{{ hardware }}"
worker_num: "{{ defaultPoolSize }}"
default_pool_size: "{{ defaultPoolSize }}"
kube_version: "{{ kubeVersion }}"
private_vlan_id: "{{ privateVLAN }}"
Expand Down

0 comments on commit 63a4a9d

Please sign in to comment.