diff options
author | cw1 <c.witt.1900@gmail.com> | 2015-11-16 08:03:58 -0500 |
---|---|---|
committer | cw1 <c.witt.1900@gmail.com> | 2015-11-16 08:03:58 -0500 |
commit | 991da648e8c5f8a8b4f1b516fe1c6c9df9d87280 (patch) | |
tree | abff28a3cabc2a5c3ed5ee5ab9121e82e0c503cf | |
parent | d4d6fc2b9b8cf0e3dc6a28a9e9b0c1505cc1d83e (diff) | |
download | openshift-991da648e8c5f8a8b4f1b516fe1c6c9df9d87280.tar.gz openshift-991da648e8c5f8a8b4f1b516fe1c6c9df9d87280.tar.bz2 openshift-991da648e8c5f8a8b4f1b516fe1c6c9df9d87280.tar.xz openshift-991da648e8c5f8a8b4f1b516fe1c6c9df9d87280.zip |
README_AWS: Add needed dependency
-rw-r--r-- | README_AWS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_AWS.md b/README_AWS.md index 6757e2892..d9e2ac5a9 100644 --- a/README_AWS.md +++ b/README_AWS.md @@ -105,7 +105,7 @@ Install Dependencies 1. Ansible requires python-boto for aws operations: RHEL/CentOS/Fedora ``` - yum install -y ansible python-boto + yum install -y ansible python-boto pyOpenSSL ``` OSX: ``` |