Fix name of Ansible bootstrap trigger var
This commit is contained in:
parent
090e39694c
commit
9cb675a60f
|
@ -67,7 +67,7 @@ def run_bootstrap(config, cspec, cluster, nodes):
|
|||
playbook=f"{config['ansible_path']}/pvc.yml",
|
||||
extravars={
|
||||
"ansible_ssh_private_key_file": config["ansible_key_file"],
|
||||
"bootstrap": "yes",
|
||||
"do_bootstrap": "yes",
|
||||
},
|
||||
forks=len(nodes),
|
||||
verbosity=2,
|
||||
|
|
Loading…
Reference in New Issue