Skip to content

Commit 3be01cc

Browse files
committed
Another attempt to fix security tests.
1 parent f6ebfe1 commit 3be01cc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/security.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
ansible_python_interpreter: python3
66

77
tasks:
8-
- name: Install Python SELinux library.
8+
- name: Install Python SELinux dependencies.
99
yum:
10-
name: python3-libselinux
10+
name:
11+
- python3-libselinux
12+
- python3-policycoreutils
1113
state: present
1214

1315
# Security test.

0 commit comments

Comments
 (0)