diff options
author | Tlacenka <tlacencin@gmail.com> | 2017-07-24 10:39:22 +0200 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2017-07-24 10:39:22 +0200 |
commit | 76b277f9649d7932ae84a544633e7dd5c5cd12c4 (patch) | |
tree | 609289ba2154ec459ea83e2de768d0831261b0cf /playbooks/provisioning/openstack/README.md | |
parent | 702a7720adc2fda6365932a8815ff47fce574427 (diff) | |
download | openshift-76b277f9649d7932ae84a544633e7dd5c5cd12c4.tar.gz openshift-76b277f9649d7932ae84a544633e7dd5c5cd12c4.tar.bz2 openshift-76b277f9649d7932ae84a544633e7dd5c5cd12c4.tar.xz openshift-76b277f9649d7932ae84a544633e7dd5c5cd12c4.zip |
README: Added note about infra-ansible installation (#574)
* README in provisioning: note about infra-ansible not updating versions if one exists
* README in provisioning: minor change
* README: improved readability
Diffstat (limited to 'playbooks/provisioning/openstack/README.md')
-rw-r--r-- | playbooks/provisioning/openstack/README.md | 6 |
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 |