docs: Fixing typo in Ansible playbook. Modifying --extra-var to --extra-vars (#12227)

This commit is contained in:
Sumesh Pradhan 2022-03-24 18:28:25 +05:30 committed by GitHub
parent 40f4e3c755
commit 6ca9c186b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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