From 059091261cc986f806a327b104670ddc0a498f5b Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 12 Mar 2019 09:00:45 +0000 Subject: [PATCH] Add pyOpenSSL as an ansible dependancy in role tests This is required to use the openssl_* ansible modules. The package is added here with pip in preference to a distro package becasue the pyOpenSSL RPM for centos is too old to work with Ansible 2.7. Change-Id: Idf620f413fa692818e2a07f048c7f6923bc03a28 --- test-ansible-deps.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-ansible-deps.txt b/test-ansible-deps.txt index 84d52158..4da7886d 100644 --- a/test-ansible-deps.txt +++ b/test-ansible-deps.txt @@ -15,3 +15,6 @@ ansible-lint==3.4.21 # Used for the ip filter within ansible netaddr + +# Used for the ansible openssl_* modules +pyOpenSSL