diff options
author | O'meid <public@omeid.me> | 2015-11-14 22:52:30 +1100 |
---|---|---|
committer | O'meid <public@omeid.me> | 2015-11-14 22:52:30 +1100 |
commit | 4e4781c364081ceb1c6865a2faed01485469ff00 (patch) | |
tree | 28f166e0f4b210e1a0a5a999ed78a19a3ef43bb9 | |
parent | 069e6b053d8fe60798a22a4f536b13a0fccffa8c (diff) | |
download | openshift-4e4781c364081ceb1c6865a2faed01485469ff00.tar.gz openshift-4e4781c364081ceb1c6865a2faed01485469ff00.tar.bz2 openshift-4e4781c364081ceb1c6865a2faed01485469ff00.tar.xz openshift-4e4781c364081ceb1c6865a2faed01485469ff00.zip |
Docs: Fedora: Add missing dependencies and update to dnf.
Signed-off-by: O'meid <public@omeid.me>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ This repo contains Ansible code for OpenShift and Atomic Enterprise. - Install base dependencies: - Fedora: ``` - yum install -y ansible rubygem-thor rubygem-parseconfig util-linux pyOpenSSL + dnf install -y ansible rubygem-thor rubygem-parseconfig util-linux pyOpenSSL libffi-devel python-cryptography ``` - OSX: ``` |