Sfoglia il codice sorgente

Merge pull request #898 from cw1/patch-1

README_AWS: Add needed dependency
Thomas Wiest 9 anni fa
parent
commit
5e01f408a6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README_AWS.md

+ 1 - 1
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:
 ```