diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2018-01-19 19:00:50 +0100 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2018-01-19 19:00:50 +0100 |
commit | f1c955183e749feeb1d15521543da8236c42ecc1 (patch) | |
tree | fbb2f2588e425e486229c3281081f3f1d697906c /playbooks/openstack/README.md | |
parent | 7411bdcabfce83e21273d32c67e88925dfccd2df (diff) | |
download | openshift-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/README.md')
-rw-r--r-- | playbooks/openstack/README.md | 2 |
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 ``` |