Skip to content

Commit 6c20840

Browse files
author
Jonathan Lozada D
authored
Merge pull request #334 from WolfgangPecho/wp-fix-python-selinux-prerequisite
Added libselinux-python dependency for selinux enabled redhat systems.
2 parents e5df722 + 2989231 commit 6c20840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_yum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name: "{{ item }}"
2020
state: present
2121
update_cache: yes
22-
with_items: ["python-psycopg2", "python-pycurl", "glibc-common"]
22+
with_items: ["python-psycopg2", "python-pycurl", "glibc-common", "libselinux-python"]
2323

2424
- name: PostgreSQL | Install PostgreSQL
2525
yum:

0 commit comments

Comments
 (0)