Просмотр исходного кода

README_AWS: Add needed dependency

cw1 9 лет назад
Родитель
Сommit
991da648e8
1 измененных файлов с 1 добавлено и 1 удалено
  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:
 ```