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:
parent
8d617a7603
commit
059091261c
@ -15,3 +15,6 @@ ansible-lint==3.4.21
|
||||
|
||||
# Used for the ip filter within ansible
|
||||
netaddr
|
||||
|
||||
# Used for the ansible openssl_* modules
|
||||
pyOpenSSL
|
||||
|
Loading…
x
Reference in New Issue
Block a user