Skip to content

Commit

Permalink
remove requirement of installing selinux and firewalld roles when nbd…
Browse files Browse the repository at this point in the history
…e_server_manage_firewall and/or nbde_server_manage_selinux are false
  • Loading branch information
xeluior authored and richm committed Jul 25, 2024
1 parent a6f6d83 commit a20e8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/tangd-custom-port.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Ensure tang port is labeled tangd_port_t for SELinux
import_role:
include_role:
name: fedora.linux_system_roles.selinux
vars:
selinux_ports:
Expand Down Expand Up @@ -59,7 +59,7 @@
__nbde_server_custom_file is changed }}"

- name: Ensure the desired port is added to firewalld
import_role:
include_role:
name: fedora.linux_system_roles.firewall
vars:
firewall:
Expand Down

0 comments on commit a20e8f3

Please sign in to comment.