Skip to content

Commit ee974fd

Browse files
committed
Anotehr fix, this time for OpenSSH, in security test environment.
1 parent 1649a04 commit ee974fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/security.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
ansible_python_interpreter: python3
66

77
tasks:
8-
- name: Install Python SELinux dependencies.
8+
- name: Install test dependencies.
99
yum:
1010
name:
1111
- python3-libselinux
1212
- python3-policycoreutils
1313
- selinux-policy
1414
- selinux-policy-targeted
15+
- openssh-server
1516
state: present
1617

1718
# Security test.

0 commit comments

Comments
 (0)