From f70dd0f95564b0f67195edd515ba208d92df0531 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 24 Aug 2016 10:10:27 -0500 Subject: remove fedora origin copr (it's in mainline fedora now), some dnf/yum clean up Signed-off-by: Adam Miller --- README_AWS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README_AWS.md') 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 ``` -- cgit v1.2.1