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
This commit is contained in:
Jonathan Rosser 2019-03-12 09:00:45 +00:00
parent 8d617a7603
commit 059091261c
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ ansible-lint==3.4.21
# Used for the ip filter within ansible
netaddr
# Used for the ansible openssl_* modules
pyOpenSSL