From 6ca9c186b18a119879613aedb2f9d0544171d46b Mon Sep 17 00:00:00 2001 From: Sumesh Pradhan Date: Thu, 24 Mar 2022 18:28:25 +0530 Subject: [PATCH] docs: Fixing typo in Ansible playbook. Modifying --extra-var to --extra-vars (#12227) --- deploy/ansible/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/ansible/README.MD b/deploy/ansible/README.MD index 362cbe2ca4..f12560aba4 100644 --- a/deploy/ansible/README.MD +++ b/deploy/ansible/README.MD @@ -92,7 +92,7 @@ After complete the above step. Now the only remain step we need to do is run the You can run the ansible playbook with the following command ``` -$ ansible-playbook -i inventory appsmith-playbook.yml --extra-var "@appsmith-vars.yml" +$ ansible-playbook -i inventory appsmith-playbook.yml --extra-vars "@appsmith-vars.yml" ``` The command above will use the host information from the `inventory` file & feed your configuration vars from `appsmith-vars.yml` before running the playbook