We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5df722 + 2989231 commit 6c20840Copy full SHA for 6c20840
tasks/install_yum.yml
@@ -19,7 +19,7 @@
19
name: "{{ item }}"
20
state: present
21
update_cache: yes
22
- with_items: ["python-psycopg2", "python-pycurl", "glibc-common"]
+ with_items: ["python-psycopg2", "python-pycurl", "glibc-common", "libselinux-python"]
23
24
- name: PostgreSQL | Install PostgreSQL
25
yum:
0 commit comments