Skip to content

Commit f6ebfe1

Browse files
committed
Attempt to fix broken security test.
1 parent f77076a commit f6ebfe1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tests/security.yml

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

4+
vars:
5+
ansible_python_interpreter: python3
6+
47
tasks:
5-
- name: Install Python 2 SELinux library.
8+
- name: Install Python SELinux library.
69
yum:
7-
name: libselinux-python
10+
name: python3-libselinux
811
state: present
912

1013
# Security test.
1114
- import_playbook: ../security/main.yml
15+
vars:
16+
ansible_python_interpreter: python3

0 commit comments

Comments
 (0)