mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-19 01:17:00 +00:00
test 802.1x: Install openssl as test dependency
The Fedora 33 cloud image does not have openssl installed by default, install openssl before using its cli tool. Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
c4643e56bb
commit
acb1d0165e
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
|||
src: "cacert.pem"
|
||||
dest: "/etc/pki/tls/my_ca_certs/cacert.pem"
|
||||
mode: 0644
|
||||
- name: Install openssl (test dependency)
|
||||
package:
|
||||
name: openssl
|
||||
state: present
|
||||
- name: Hash cacert
|
||||
command: openssl x509 -hash -noout
|
||||
-in /etc/pki/tls/my_ca_certs/cacert.pem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue