You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux_os/guide/system/network/network-firewalld/ruleset_modifications/firewalld_loopback_traffic_restricted/ansible/shared.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
destination not address="127.0.0.1" drop'
26
26
register: result_trusted_ipv4_restriction
27
27
changed_when:
28
-
- "'ALREADY_ENABLED' not in result_trusted_ipv4_restriction.stderr"
28
+
- "'ALREADY_ENABLED' not in result_trusted_ipv4_restriction.stderr"
Copy file name to clipboardExpand all lines: linux_os/guide/system/network/network-firewalld/ruleset_modifications/firewalld_loopback_traffic_trusted/ansible/shared.yml
0 commit comments