From 328728b10a7a5a704e2d12c7ad712ad82704a34d Mon Sep 17 00:00:00 2001 From: Jean-Francois Chevrette Date: Tue, 22 Nov 2016 15:19:32 -0500 Subject: Update README.md add missing dependencies --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index bb8f56824..b6f8f3eca 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,14 @@ not practical to start over at 1.0. Requirements: - Ansible >= 2.1.0 (>= 2.2 is preferred for performance reasons) - Jinja >= 2.7 + - pyOpenSSL + - python-lxml *** Fedora: ``` - dnf install -y ansible pyOpenSSL python-cryptography + dnf install -y ansible pyOpenSSL python-cryptography python-lxml ``` 2. Setup for a specific cloud: -- cgit v1.2.1