Ansible installer update
[osm/devops.git] / installers / openstack / README.md
index a8e4356..3972928 100644 (file)
@@ -23,7 +23,7 @@ This short guide explains how to use directly the Ansible playbook to install OS
 ## Prerequisites
 The ansible playbook requires `ansible` and `openstacksdk` to be executed. `python-openstackclient` is not mandatory but highly recommended. They are part of Python pip and can be installed as follows:
 
-`$ sudo -H pip install python-openstackclient "openstacksdk<1" "ansible>=2.9,<3"`
+`$ sudo -H pip install python-openstackclient "openstacksdk<1" "ansible>=2.10,<2.11"`
 
 ## Execute the playbook