Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Add missing parameter to ansible-playbook invocation
Browse files Browse the repository at this point in the history
Add the necessary --extra-vars parameter to the instructions for
performing an installation.  The initial_run=true setting is
necessary to avoid a failure in the ElasticSearch setup.
  • Loading branch information
Mark Breedlove committed Oct 17, 2014
1 parent 639b3b8 commit d04827e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -80,7 +80,7 @@ $ ansible-playbook -i development -u vagrant \
A second run to configure everything:
```
$ ansible-playbook -i development -u <your username in group_vars/all> \
dev_all.yml
dev_all.yml --extra-vars "initial_run=true"
```
* The various sites will be online at:
* http://local.dp.la/
Expand Down

0 comments on commit d04827e

Please sign in to comment.