Explorar el Código

README_AWS: Add needed dependency

cw1 hace 9 años
padre
commit
991da648e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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:
 ```