docs: Fixing typo in Ansible playbook. Modifying --extra-var to --extra-vars (#12227)
This commit is contained in:
parent
40f4e3c755
commit
6ca9c186b1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user