Skip to content

Commit d673a30

Browse files
author
B&R
committed
feat: Allow to install haproxy if specified manually setup_egress_proxy = true
1 parent 1ea75ec commit d673a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
when: node_role in ["exit", "firewall"]
55

66
- include: firewall-egress/main.yaml
7-
when: node_role == "firewall"
7+
when: node_role == "firewall" or (setup_egress_proxy is defined and setup_egress_proxy)
88

99
- include: exit-egress/main.yaml
1010
when: node_role == "exit"

0 commit comments

Comments
 (0)