Explorar el Código

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 hace 7 años
padre
commit
f1c955183e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 ```