浏览代码

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.
Tomas Sedovic 7 年之前
父节点
当前提交
f1c955183e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/openstack/README.md

+ 1 - 1
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
 ```