diff options
| -rw-r--r-- | playbooks/openstack/advanced-configuration.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/openstack/advanced-configuration.md b/playbooks/openstack/advanced-configuration.md index df53f3681..a690f2d45 100644 --- a/playbooks/openstack/advanced-configuration.md +++ b/playbooks/openstack/advanced-configuration.md @@ -276,7 +276,7 @@ openshift_openstack_cluster_node_labels:  `openshift_openstack_cloud_init_runcmd` allows users to execute  shell commands via cloud-init for all of the created Nova servers in  the Heat stack, before they are available for SSH connections. -Note that you should better off using custom ansible playbooks whenever +Note that you should use custom ansible playbooks whenever  possible, like this `provision_install_custom.yml` example playbook:  ```  - import_playbook: openshift-ansible/playbooks/openstack/openshift-cluster/provision.yml  | 
