summaryrefslogtreecommitdiffstats
path: root/playbooks/provisioning
diff options
context:
space:
mode:
authorDavis Phillips <davis.phillips@gmail.com>2017-07-25 09:34:00 -0500
committerDavis Phillips <davis.phillips@gmail.com>2017-07-25 09:34:00 -0500
commit48cd5c4cb21817d3b676536a230f18f6b62793e3 (patch)
tree541ba28ce15ae660cbec69c76d310a2593ed3868 /playbooks/provisioning
parentb3c8f1784678733484b6d8b764ca6eaad7d5c1cc (diff)
parentc0deeb4439f68a5cc514392a97927808532a3893 (diff)
downloadopenshift-48cd5c4cb21817d3b676536a230f18f6b62793e3.tar.gz
openshift-48cd5c4cb21817d3b676536a230f18f6b62793e3.tar.bz2
openshift-48cd5c4cb21817d3b676536a230f18f6b62793e3.tar.xz
openshift-48cd5c4cb21817d3b676536a230f18f6b62793e3.zip
Merge branch 'master' of https://github.com/openshift/openshift-ansible-contrib into cns-support
Diffstat (limited to 'playbooks/provisioning')
-rw-r--r--playbooks/provisioning/openstack/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/playbooks/provisioning/openstack/README.md b/playbooks/provisioning/openstack/README.md
index 0b0382834..1ff586b49 100644
--- a/playbooks/provisioning/openstack/README.md
+++ b/playbooks/provisioning/openstack/README.md
@@ -39,8 +39,12 @@ Alternatively you can install directly from github:
ansible-galaxy install git+https://github.com/redhat-cop/infra-ansible,master \
-p openshift-ansible-contrib/roles
-Note, this assumes we're in the directory that contains the clonned
+Notes:
+* This assumes we're in the directory that contains the clonned
openshift-ansible-contrib repo in its root path.
+* When trying to install a different version, the previous one must be removed first
+(`infra-ansible` directory from [roles](https://github.com/openshift/openshift-ansible-contrib/tree/master/roles)).
+Otherwise, even if there are differences between the two versions, installation of the newer version is skipped.
## What does it do