Fix name of Ansible bootstrap trigger var
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user