summaryrefslogtreecommitdiffstats
path: root/README_AWS.md
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-08-24 17:20:18 -0400
committerGitHub <noreply@github.com>2016-08-24 17:20:18 -0400
commit4656fff3885fdf6393d9ea87922257b74d1f88d0 (patch)
tree0c7c32652469e0305dddbdfbb186ba6fe55cd7f3 /README_AWS.md
parent42960fa87d7dca565e8a4df5da1541b9905cccd8 (diff)
parent1b9cdb2154e9b32df0f0e63b43c07e51a8187054 (diff)
downloadopenshift-4656fff3885fdf6393d9ea87922257b74d1f88d0.tar.gz
openshift-4656fff3885fdf6393d9ea87922257b74d1f88d0.tar.bz2
openshift-4656fff3885fdf6393d9ea87922257b74d1f88d0.tar.xz
openshift-4656fff3885fdf6393d9ea87922257b74d1f88d0.zip
Merge pull request #2360 from detiber/repo_rework
Repo rework
Diffstat (limited to 'README_AWS.md')
-rw-r--r--README_AWS.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README_AWS.md b/README_AWS.md
index f3f98fed5..cccb122f6 100644
--- a/README_AWS.md
+++ b/README_AWS.md
@@ -135,7 +135,12 @@ Install Dependencies
--------------------
1. Ansible requires python-boto for aws operations:
-RHEL/CentOS/Fedora
+Fedora
+```
+ dnf install -y ansible python-boto pyOpenSSL
+```
+
+RHEL/CentOS
```
yum install -y ansible python-boto pyOpenSSL
```