diff --git a/tasks/install_yum.yml b/tasks/install_yum.yml index 12b1f073..396ee05d 100644 --- a/tasks/install_yum.yml +++ b/tasks/install_yum.yml @@ -19,7 +19,7 @@ name: "{{ item }}" state: present update_cache: yes - with_items: ["python-psycopg2", "python-pycurl", "glibc-common"] + with_items: ["python-psycopg2", "python-pycurl", "glibc-common", "libselinux-python"] - name: PostgreSQL | Install PostgreSQL yum: