diff --git a/roles/install_dbserver/tasks/PG_RedHat_rm_install.yml b/roles/install_dbserver/tasks/PG_RedHat_rm_install.yml index cea01f88..8f89a5f3 100644 --- a/roles/install_dbserver/tasks/PG_RedHat_rm_install.yml +++ b/roles/install_dbserver/tasks/PG_RedHat_rm_install.yml @@ -15,7 +15,6 @@ ansible.builtin.package: name: - python-pycurl - - libselinux-python - python2-psycopg2 - python-ipaddress state: absent @@ -26,7 +25,6 @@ ansible.builtin.package: name: - python3-pycurl - - python3-libselinux - python3-psycopg2 state: absent become: true