summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack
diff options
context:
space:
mode:
authorTomas Sedovic <tomas@sedovic.cz>2018-01-19 19:00:50 +0100
committerTomas Sedovic <tomas@sedovic.cz>2018-01-19 19:00:50 +0100
commitf1c955183e749feeb1d15521543da8236c42ecc1 (patch)
treefbb2f2588e425e486229c3281081f3f1d697906c /playbooks/openstack
parent7411bdcabfce83e21273d32c67e88925dfccd2df (diff)
downloadopenshift-f1c955183e749feeb1d15521543da8236c42ecc1.tar.gz
openshift-f1c955183e749feeb1d15521543da8236c42ecc1.tar.bz2
openshift-f1c955183e749feeb1d15521543da8236c42ecc1.tar.xz
openshift-f1c955183e749feeb1d15521543da8236c42ecc1.zip
Fix OpenStack readme
The ansible-playbook command in the OpenStack readme is missing a trailing backslash after the dynamic inventory. This prevents being able to copy/paste the command into the terminal and just run it as is.
Diffstat (limited to 'playbooks/openstack')
-rw-r--r--playbooks/openstack/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openstack/README.md b/playbooks/openstack/README.md
index 2e8231ccc..d64be06e5 100644
--- a/playbooks/openstack/README.md
+++ b/playbooks/openstack/README.md
@@ -184,7 +184,7 @@ resources:
```bash
$ ansible-playbook --user openshift \
- -i openshift-ansible/playbooks/openstack/inventory.py
+ -i openshift-ansible/playbooks/openstack/inventory.py \
-i inventory \
openshift-ansible/playbooks/openstack/openshift-cluster/provision_install.yml
```