diff --git a/docs/run-the-playbooks-for-hypershift.md b/docs/run-the-playbooks-for-hypershift.md index 44d9bdd0..a8480fe0 100644 --- a/docs/run-the-playbooks-for-hypershift.md +++ b/docs/run-the-playbooks-for-hypershift.md @@ -45,7 +45,7 @@ ansible-vault edit playbooks/secrets.yaml * create_hosted_cluster.yaml ([code](https://github.com/veera-damisetti/Ansible-OpenShift-Provisioning/blob/main/playbooks/create_hosted_cluster.yaml)) * Run this shell command to run the create_hosted_cluster.yaml playbook: ``` -ansible-playbook playbooks/create_hosted_cluster.yaml +ansible-playbook playbooks/create_hosted_cluster.yaml --ask-vault-pass ```