Skip to content

Commit

Permalink
Prevent firewall.d removal (#638)
Browse files Browse the repository at this point in the history
When removing python3-SELinux package the firewalld package is removed too. there is a dependency with the firewalld package
  • Loading branch information
jbe33 authored Sep 28, 2024
1 parent 2c2a155 commit 40a8424
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/install_dbserver/tasks/PG_RedHat_rm_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
ansible.builtin.package:
name:
- python-pycurl
- libselinux-python
- python2-psycopg2
- python-ipaddress
state: absent
Expand All @@ -26,7 +25,6 @@
ansible.builtin.package:
name:
- python3-pycurl
- python3-libselinux
- python3-psycopg2
state: absent
become: true
Expand Down

0 comments on commit 40a8424

Please sign in to comment.