Fix cluster.yml file extension in docs

This commit is contained in:
Kopylov German
2017-02-26 13:42:52 +03:00
parent c6cb0d3984
commit d197ce230f
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ and start the deployment:
**IMPORTANT: Edit my_inventory/groups_vars/*.yaml to override data vars**
```
ansible-playbook -i my_inventory/inventory.cfg cluster.yaml -b -v \
ansible-playbook -i my_inventory/inventory.cfg cluster.yml -b -v \
--private-key=~/.ssh/private_key
```