Skip to content

Commit 45c6197

Browse files
committed
Try to get test working on CentOS 8 docker container.
1 parent 0c6c3a7 commit 45c6197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
- hosts: all
33

44
tasks:
5-
- name: Install Python SELinux library.
5+
- name: Install Python 2 SELinux library.
66
yum:
7-
name: python3-libselinux
7+
name: libselinux-python
88
state: present
99

1010
# Security test.

0 commit comments

Comments
 (0)